Skip to content

Commit e19ce18

Browse files
authored
Update docker-compose.yml
add env variable
1 parent 9cb43a1 commit e19ce18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ services:
3232
- AT_USERNAME=${AT_USERNAME}
3333
- AT_API_KEY=${AT_API_KEY}
3434
- LANGTRACE_API_KEY=${LANGTRACE_API_KEY}
35+
- GROQ_API_KEY=${GROQ_API_KEY}
3536
- OLLAMA_HOST=http://ollama:11434
3637
# Expose port 7860 for the Gradio web interface
3738
ports:

0 commit comments

Comments
 (0)