Skip to content

Commit aa23f05

Browse files
use claude 3 instead of 3.5
because claude 3.5 requires an inference profile. we can use claude 3 on-demand for now
1 parent 091bfa6 commit aa23f05

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-5-haiku-20241022-v1:0"
23+
MODEL: "anthropic.claude-3-haiku-20240307-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)