Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
Add the langtrace environment variable
  • Loading branch information
Shuyib authored Dec 11, 2024
1 parent 0b0f96d commit 4492c6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ services:
environment:
- AT_USERNAME=${AT_USERNAME}
- AT_API_KEY=${AT_API_KEY}
- LANGTRACE_API_KEY=${LANGTRACE_API_KEY}
- OLLAMA_HOST=http://ollama:11434
# Expose port 7860 for the Gradio web interface
ports:
Expand Down

0 comments on commit 4492c6d

Please sign in to comment.