mirror of
https://github.com/katanemo/plano.git
synced 2026-06-29 15:49:40 +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:
|
llm_providers:
|
||||||
|
|
||||||
- name: arch-router
|
- name: arch-router
|
||||||
access_key: $ARCH_API_KEY
|
access_key: $OPENAI_API_KEY
|
||||||
provider_interface: arch
|
provider_interface: arch
|
||||||
model: Arch-Router
|
model: Arch-Router
|
||||||
|
|
||||||
|
- name: gpt-4o-mini
|
||||||
|
provider_interface: openai
|
||||||
|
access_key: $OPENAI_API_KEY
|
||||||
|
model: gpt-4o-mini
|
||||||
|
|
||||||
- name: gpt-4o
|
- name: gpt-4o
|
||||||
provider_interface: openai
|
provider_interface: openai
|
||||||
access_key: $OPENAI_API_KEY
|
access_key: $OPENAI_API_KEY
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
environment:
|
environment:
|
||||||
- DEFAULT_MODELS=gpt-4o
|
- DEFAULT_MODELS=gpt-4o-mini
|
||||||
- ENABLE_OPENAI_API=true
|
- ENABLE_OPENAI_API=true
|
||||||
- OPENAI_API_BASE_URL=http://host.docker.internal:12000/v1
|
- OPENAI_API_BASE_URL=http://host.docker.internal:12000/v1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue