fix model warning and use openwebui for preference based router demo

This commit is contained in:
Adil Hafeez 2025-05-30 12:29:56 -07:00
parent fffa837a06
commit 176f039bbc
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
4 changed files with 18 additions and 16 deletions

View file

@ -1,17 +1,14 @@
services:
chatbot_ui:
build:
context: ../../shared/chatbot_ui
dockerfile: Dockerfile
open-web-ui:
image: ghcr.io/open-webui/open-webui:main
restart: always
ports:
- "18080:8080"
- "8080:8080"
environment:
- CHAT_COMPLETION_ENDPOINT=http://host.docker.internal:12000/v1
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
- ./arch_config.yaml:/app/arch_config.yaml
- DEFAULT_MODEL=gpt-4o-mini
- ENABLE_OPENAI_API=true
- OPENAI_API_BASE_URL=http://host.docker.internal:12000/v1
jaeger:
build: