We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a7014 commit b1f648bCopy full SHA for b1f648b
compose.yaml
@@ -20,7 +20,7 @@ services:
20
SESSION_COOKIE_SECURE: 1
21
OPENAI_API_KEY: ${OPENAI_API_KEY} # Set your OpenAI API key here or in the .env file
22
OPENAI_BASE_URL: "http://llm/api/v1"
23
- MODEL: "anthropic.claude-3-sonnet-20240229-v1:0"
+ MODEL: "anthropic.claude-3-5-haiku-20241022-v1:0"
24
command: uwsgi --http 0.0.0.0:5050 --wsgi-file app.py --callable app --processes 4 --threads 2
25
deploy:
26
resources:
0 commit comments