Skip to content

Commit 8efcbc7

Browse files
committed
oops forgot the compose envs
1 parent 5e8fdd4 commit 8efcbc7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ services:
2424
- ELASTICSEARCH_URL=http://elasticsearch:9200
2525
- TWITCH_CLIENT_ID=
2626
- TWITCH_CLIENT_SECRET=
27+
- AI_ENABLED=true
28+
- AI_API_KEY=gsk_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
29+
- AI_API_URL=https://api.groq.com/openai/v1/chat/completions
30+
- AI_MODEL=openai/gpt-oss-120b
2731
volumes:
2832
- ./data:/usr/src/app/data
2933
depends_on:

0 commit comments

Comments
 (0)