mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
update key and setup gpt-4o-mini as default llm
This commit is contained in:
parent
e445c69c5d
commit
646b02a01c
2 changed files with 7 additions and 2 deletions
|
|
@ -13,10 +13,15 @@ listeners:
|
|||
llm_providers:
|
||||
|
||||
- name: arch-router
|
||||
access_key: $ARCH_API_KEY
|
||||
access_key: $OPENAI_API_KEY
|
||||
provider_interface: arch
|
||||
model: Arch-Router
|
||||
|
||||
- name: gpt-4o-mini
|
||||
provider_interface: openai
|
||||
access_key: $OPENAI_API_KEY
|
||||
model: gpt-4o-mini
|
||||
|
||||
- name: gpt-4o
|
||||
provider_interface: openai
|
||||
access_key: $OPENAI_API_KEY
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ services:
|
|||
ports:
|
||||
- "8080:8080"
|
||||
environment:
|
||||
- DEFAULT_MODELS=gpt-4o
|
||||
- DEFAULT_MODELS=gpt-4o-mini
|
||||
- ENABLE_OPENAI_API=true
|
||||
- OPENAI_API_BASE_URL=http://host.docker.internal:12000/v1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue