mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fix ollama demo - add egress endpoint for llm routing
This commit is contained in:
parent
ffb8566c36
commit
400a3cfedf
2 changed files with 3 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
version: v0.1
|
version: v0.1
|
||||||
|
|
||||||
listeners:
|
listeners:
|
||||||
ingress_traffic:
|
egress_traffic:
|
||||||
address: 0.0.0.0
|
address: 0.0.0.0
|
||||||
port: 10000
|
port: 12000
|
||||||
message_format: openai
|
message_format: openai
|
||||||
timeout: 30s
|
timeout: 30s
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ services:
|
||||||
- "18080:8080"
|
- "18080:8080"
|
||||||
environment:
|
environment:
|
||||||
# this is only because we are running the sample app in the same docker container environemtn as archgw
|
# 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:
|
extra_hosts:
|
||||||
- "host.docker.internal:host-gateway"
|
- "host.docker.internal:host-gateway"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue