Skip to content

Commit b1f648b

Browse files
use 3.5 haiku
1 parent f5a7014 commit b1f648b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
SESSION_COOKIE_SECURE: 1
2121
OPENAI_API_KEY: ${OPENAI_API_KEY} # Set your OpenAI API key here or in the .env file
2222
OPENAI_BASE_URL: "http://llm/api/v1"
23-
MODEL: "anthropic.claude-3-sonnet-20240229-v1:0"
23+
MODEL: "anthropic.claude-3-5-haiku-20241022-v1:0"
2424
command: uwsgi --http 0.0.0.0:5050 --wsgi-file app.py --callable app --processes 4 --threads 2
2525
deploy:
2626
resources:

0 commit comments

Comments
 (0)