fix default model name

This commit is contained in:
Adil Hafeez 2025-05-30 12:32:01 -07:00
parent f9f765afba
commit 0696791028
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

View file

@ -6,7 +6,7 @@ services:
ports:
- "8080:8080"
environment:
- DEFAULT_MODEL=gpt-4o-mini
- DEFAULT_MODEL=gpt-4o
- ENABLE_OPENAI_API=true
- OPENAI_API_BASE_URL=http://host.docker.internal:12000/v1