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 091bfa6 commit aa23f05Copy full SHA for aa23f05
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-5-haiku-20241022-v1:0"
+ MODEL: "anthropic.claude-3-haiku-20240307-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