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

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