There was an error while loading. Please reload this page.
1 parent 562d3e8 commit 7ae8957Copy full SHA for 7ae8957
1 file changed
samples/crew-django-redis-postgres/compose.yaml
@@ -20,6 +20,7 @@ services:
20
app:
21
build:
22
context: ./app
23
+ dockerfile: Dockerfile
24
command: ./run.sh
25
ports:
26
- "8000:8000"
@@ -43,6 +44,7 @@ services:
43
44
worker:
45
46
47
48
command: celery -A config worker -l info
49
depends_on:
50
- postgres
@@ -60,7 +62,7 @@ services:
60
62
provider:
61
63
type: model
64
options:
- model: anthropic.claude-3-haiku-20240307-v1:0
65
+ model: chat-default
66
x-defang-llm: true
67
environment:
68
OPENAI_API_KEY: "defang"
@@ -70,7 +72,7 @@ services:
70
72
71
73
74
- model: amazon.titan-embed-text-v2:0
75
+ model: embedding-default
76
77
78
0 commit comments