fix bug in jinja template for tracing

This commit is contained in:
Adil Hafeez 2024-10-09 16:44:50 -07:00
parent 0ed88def8f
commit 3e9327cf36
2 changed files with 2 additions and 4 deletions

View file

@ -15,8 +15,6 @@ services:
context: ../../chatbot_ui
dockerfile: Dockerfile
ports:
- "18090:8080"
- "18080:8080"
environment:
- OPENAI_API_KEY=${OPENAI_API_KEY:?error}
- MISTRAL_API_KEY=${MISTRAL_API_KEY:?error}
- CHAT_COMPLETION_ENDPOINT=http://host.docker.internal:10000/v1