mirror of
https://github.com/katanemo/plano.git
synced 2026-06-20 15:28:07 +02:00
ensure that only openai is used for provider
This commit is contained in:
parent
c7f8c2cef9
commit
00e4ba55a8
6 changed files with 14 additions and 8 deletions
|
|
@ -133,7 +133,7 @@ static_resources:
|
|||
exact: {{ provider.name }}
|
||||
route:
|
||||
auto_host_rewrite: true
|
||||
cluster: {{ provider.provider }}
|
||||
cluster: {{ provider.name }}
|
||||
timeout: 60s
|
||||
{% endfor %}
|
||||
http_filters:
|
||||
|
|
@ -378,7 +378,7 @@ static_resources:
|
|||
exact: {{ provider.name }}
|
||||
route:
|
||||
auto_host_rewrite: true
|
||||
cluster: {{ provider.provider }}
|
||||
cluster: {{ provider.name }}
|
||||
timeout: 60s
|
||||
{% endfor %}
|
||||
- match:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue