fixed function calling arch config yaml

This commit is contained in:
Salman Paracha 2024-10-09 17:10:54 -07:00
parent 3e9327cf36
commit dc3a9813c3
2 changed files with 0 additions and 6 deletions

View file

@ -17,8 +17,6 @@ services:
ports:
- "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 #this is only because we are running the sample app in the same docker container environemtn as archgw
opentelemetry: