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',
|
||||
name: 'LocalMemGPT Web',
|
||||
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',
|
||||
exposure: 'internal',
|
||||
exposure: 'public',
|
||||
port: 3070,
|
||||
kind: 'http-status',
|
||||
default: 'http://localmemgpt-web:3070',
|
||||
@ -201,8 +202,8 @@ export const STACK_SERVICES: ServiceDefinition[] = [
|
||||
{
|
||||
id: 'llmlab-dashboard',
|
||||
name: 'LLM Lab Dashboard',
|
||||
group: 'Product Web Apps',
|
||||
description: 'Local LLM dashboard hosted on the VM.',
|
||||
group: 'Internal Tooling',
|
||||
description: 'Internal LLM lab dashboard hosted on the VM for operator and developer use.',
|
||||
management: 'docker',
|
||||
exposure: 'internal',
|
||||
port: 3075,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user