mirror of
https://github.com/katanemo/plano.git
synced 2026-07-11 16:12:13 +02:00
fix tests
This commit is contained in:
parent
c235eaf762
commit
36c9c0d414
1 changed files with 2 additions and 2 deletions
|
|
@ -112,12 +112,12 @@ endpoints:
|
||||||
|
|
||||||
llm_providers:
|
llm_providers:
|
||||||
- name: open-ai-gpt-4
|
- name: open-ai-gpt-4
|
||||||
provider: openai
|
provider_interface: openai
|
||||||
access_key: secret_key
|
access_key: secret_key
|
||||||
model: gpt-4
|
model: gpt-4
|
||||||
default: true
|
default: true
|
||||||
- name: open-ai-gpt-4o
|
- name: open-ai-gpt-4o
|
||||||
provider: openai
|
provider_interface: openai
|
||||||
access_key: secret_key
|
access_key: secret_key
|
||||||
model: gpt-4o
|
model: gpt-4o
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue