fixed issue with groq LLMs that require the openai in the /v1/chat/completions path. My first change

This commit is contained in:
Salman Paracha 2025-04-12 16:24:30 -07:00
parent 4d2d8bd7a1
commit 630081ebd3
5 changed files with 27 additions and 12 deletions

View file

@ -19,3 +19,5 @@ services:
- CHAT_COMPLETION_ENDPOINT=http://host.docker.internal:10000/v1
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
- ./arch_config.yaml:/app/arch_config.yaml