mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +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
|
|
@ -46,12 +46,12 @@ llm_providers:
|
|||
unit: minute
|
||||
|
||||
- name: Mistral8x7b
|
||||
provider: mistral
|
||||
provider: openai
|
||||
access_key: $MISTRAL_API_KEY
|
||||
model: mistral-8x7b
|
||||
|
||||
- name: MistralLocal7b
|
||||
provider: local
|
||||
provider: openai
|
||||
model: mistral-7b-instruct
|
||||
endpoint: mistral_local
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue