mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
replace host.docker.internal with localhost in configs and docs
This commit is contained in:
parent
e5ea3f9730
commit
9e9de86961
21 changed files with 42 additions and 42 deletions
|
|
@ -194,9 +194,9 @@ Here is a minimal configuration that wires Plano-Orchestrator to two HTTP servic
|
|||
|
||||
agents:
|
||||
- id: flight_agent
|
||||
url: http://host.docker.internal:10520 # your flights service
|
||||
url: http://localhost:10520 # your flights service
|
||||
- id: hotel_agent
|
||||
url: http://host.docker.internal:10530 # your hotels service
|
||||
url: http://localhost:10530 # your hotels service
|
||||
|
||||
model_providers:
|
||||
- model: openai/gpt-4o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue