update key and setup gpt-4o-mini as default llm

This commit is contained in:
Adil Hafeez 2025-05-30 17:28:31 -07:00
parent e445c69c5d
commit 646b02a01c
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
2 changed files with 7 additions and 2 deletions

View file

@ -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

View file

@ -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