mirror of
https://github.com/katanemo/plano.git
synced 2026-04-29 02:46:28 +02:00
fix ollama demo - add egress endpoint for llm routing (#433)
This commit is contained in:
parent
ffb8566c36
commit
5526314b3c
2 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ services:
|
|||
- "18080:8080"
|
||||
environment:
|
||||
# this is only because we are running the sample app in the same docker container environemtn as archgw
|
||||
- CHAT_COMPLETION_ENDPOINT=http://host.docker.internal:10000/v1
|
||||
- CHAT_COMPLETION_ENDPOINT=http://host.docker.internal:12000/v1
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue