mirror of
https://github.com/katanemo/plano.git
synced 2026-06-26 15:39:40 +02:00
fix test
This commit is contained in:
parent
aca1631b49
commit
c235eaf762
1 changed files with 3 additions and 3 deletions
|
|
@ -31,7 +31,7 @@ endpoints:
|
||||||
# Centralized way to manage LLMs, manage keys, retry logic, failover and limits in a central way
|
# Centralized way to manage LLMs, manage keys, retry logic, failover and limits in a central way
|
||||||
llm_providers:
|
llm_providers:
|
||||||
- name: OpenAI
|
- name: OpenAI
|
||||||
provider: openai
|
provider_interface: openai
|
||||||
access_key: $OPENAI_API_KEY
|
access_key: $OPENAI_API_KEY
|
||||||
model: gpt-4o
|
model: gpt-4o
|
||||||
default: true
|
default: true
|
||||||
|
|
@ -46,12 +46,12 @@ llm_providers:
|
||||||
unit: minute
|
unit: minute
|
||||||
|
|
||||||
- name: Mistral8x7b
|
- name: Mistral8x7b
|
||||||
provider: openai
|
provider_interface: openai
|
||||||
access_key: $MISTRAL_API_KEY
|
access_key: $MISTRAL_API_KEY
|
||||||
model: mistral-8x7b
|
model: mistral-8x7b
|
||||||
|
|
||||||
- name: MistralLocal7b
|
- name: MistralLocal7b
|
||||||
provider: openai
|
provider_interface: openai
|
||||||
model: mistral-7b-instruct
|
model: mistral-7b-instruct
|
||||||
endpoint: mistral_local
|
endpoint: mistral_local
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue