mirror of
https://github.com/katanemo/plano.git
synced 2026-07-05 15:52:12 +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
|
|
@ -44,7 +44,7 @@ model_providers:
|
|||
access_key: $TOGETHER_API_KEY
|
||||
|
||||
- model: custom/test-model
|
||||
base_url: http://host.docker.internal:11223
|
||||
base_url: http://localhost:11223
|
||||
provider_interface: openai
|
||||
|
||||
tracing:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ listeners:
|
|||
|
||||
endpoints:
|
||||
weather_forecast_service:
|
||||
endpoint: host.docker.internal:18083
|
||||
endpoint: localhost:18083
|
||||
connect_timeout: 0.005s
|
||||
|
||||
overrides:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue