chore(admin): refine LLM web app classifications
This commit is contained in:
parent
a597646034
commit
0e0da504a2
@ -190,9 +190,10 @@ export const STACK_SERVICES: ServiceDefinition[] = [
|
|||||||
id: 'localmemgpt-web',
|
id: 'localmemgpt-web',
|
||||||
name: 'LocalMemGPT Web',
|
name: 'LocalMemGPT Web',
|
||||||
group: 'Product Web Apps',
|
group: 'Product Web Apps',
|
||||||
description: 'LocalMemGPT web client hosted on the VM.',
|
description:
|
||||||
|
'LocalMemGPT product web client hosted on the VM and treated as a public-facing candidate.',
|
||||||
management: 'docker',
|
management: 'docker',
|
||||||
exposure: 'internal',
|
exposure: 'public',
|
||||||
port: 3070,
|
port: 3070,
|
||||||
kind: 'http-status',
|
kind: 'http-status',
|
||||||
default: 'http://localmemgpt-web:3070',
|
default: 'http://localmemgpt-web:3070',
|
||||||
@ -201,8 +202,8 @@ export const STACK_SERVICES: ServiceDefinition[] = [
|
|||||||
{
|
{
|
||||||
id: 'llmlab-dashboard',
|
id: 'llmlab-dashboard',
|
||||||
name: 'LLM Lab Dashboard',
|
name: 'LLM Lab Dashboard',
|
||||||
group: 'Product Web Apps',
|
group: 'Internal Tooling',
|
||||||
description: 'Local LLM dashboard hosted on the VM.',
|
description: 'Internal LLM lab dashboard hosted on the VM for operator and developer use.',
|
||||||
management: 'docker',
|
management: 'docker',
|
||||||
exposure: 'internal',
|
exposure: 'internal',
|
||||||
port: 3075,
|
port: 3075,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user