mirror of
https://github.com/katanemo/plano.git
synced 2026-06-23 15:38:07 +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
|
|
@ -2,9 +2,9 @@ version: v0.3.0
|
|||
|
||||
agents:
|
||||
- id: weather_agent
|
||||
url: http://host.docker.internal:10510
|
||||
url: http://localhost:10510
|
||||
- id: flight_agent
|
||||
url: http://host.docker.internal:10520
|
||||
url: http://localhost:10520
|
||||
|
||||
model_providers:
|
||||
- model: openai/gpt-4o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue