File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
samples/crew-django-redis-postgres Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ services:
20
20
app :
21
21
build :
22
22
context : ./app
23
+ dockerfile : Dockerfile
23
24
command : ./run.sh
24
25
ports :
25
26
- " 8000:8000"
@@ -43,6 +44,7 @@ services:
43
44
worker :
44
45
build :
45
46
context : ./app
47
+ dockerfile : Dockerfile
46
48
command : celery -A config worker -l info
47
49
depends_on :
48
50
- postgres
@@ -60,7 +62,7 @@ services:
60
62
provider :
61
63
type : model
62
64
options :
63
- model : anthropic.claude-3-haiku-20240307-v1:0
65
+ model : chat-default
64
66
x-defang-llm : true
65
67
environment :
66
68
OPENAI_API_KEY : " defang"
@@ -70,7 +72,7 @@ services:
70
72
provider :
71
73
type : model
72
74
options :
73
- model : amazon.titan-embed-text-v2:0
75
+ model : embedding-default
74
76
x-defang-llm : true
75
77
environment :
76
78
OPENAI_API_KEY : " defang"
You can’t perform that action at this time.
0 commit comments