mirror of
https://github.com/katanemo/plano.git
synced 2026-07-20 16:41:04 +02:00
deprecate open-web-ui and use anythingllm
This commit is contained in:
parent
86a89bc3e0
commit
419df11786
10 changed files with 75 additions and 50 deletions
|
|
@ -18,15 +18,20 @@ services:
|
|||
- ./config.yaml:/app/arch_config.yaml:ro
|
||||
- /etc/ssl/cert.pem:/etc/ssl/cert.pem
|
||||
|
||||
# open-web-ui:
|
||||
# image: dyrnq/open-webui:main
|
||||
# restart: always
|
||||
# ports:
|
||||
# - "8080:8080"
|
||||
# environment:
|
||||
# - DEFAULT_MODELS=gpt-4o-mini
|
||||
# - ENABLE_OPENAI_API=true
|
||||
# - OPENAI_API_BASE_URL=http://host.docker.internal:12000/v1
|
||||
anythingllm:
|
||||
image: mintplexlabs/anythingllm
|
||||
restart: always
|
||||
ports:
|
||||
- "3001:3001"
|
||||
cap_add:
|
||||
- SYS_ADMIN
|
||||
environment:
|
||||
- STORAGE_DIR=/app/server/storage
|
||||
- LLM_PROVIDER=generic-openai
|
||||
- GENERIC_OPEN_AI_BASE_PATH=http://plano:12000/v1
|
||||
- GENERIC_OPEN_AI_MODEL_PREF=gpt-4o-mini
|
||||
- GENERIC_OPEN_AI_MODEL_TOKEN_LIMIT=128000
|
||||
- GENERIC_OPEN_AI_API_KEY=sk-placeholder
|
||||
|
||||
jaeger:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue