mirror of
https://github.com/katanemo/plano.git
synced 2026-05-09 07:42:43 +02:00
removing depdency on mistral keys (#256)
This commit is contained in:
parent
9081eb0f7f
commit
4b2b371876
2 changed files with 0 additions and 10 deletions
|
|
@ -32,11 +32,6 @@ llm_providers:
|
||||||
provider: openai
|
provider: openai
|
||||||
model: gpt-4o
|
model: gpt-4o
|
||||||
|
|
||||||
- name: ministral-3b
|
|
||||||
access_key: $MISTRAL_API_KEY
|
|
||||||
provider: mistral
|
|
||||||
model: ministral-3b-latest
|
|
||||||
|
|
||||||
system_prompt: |
|
system_prompt: |
|
||||||
You are a helpful assistant.
|
You are a helpful assistant.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -32,11 +32,6 @@ llm_providers:
|
||||||
provider: openai
|
provider: openai
|
||||||
model: gpt-4o
|
model: gpt-4o
|
||||||
|
|
||||||
- name: ministral-3b
|
|
||||||
access_key: $MISTRAL_API_KEY
|
|
||||||
provider: mistral
|
|
||||||
model: ministral-3b-latest
|
|
||||||
|
|
||||||
system_prompt: |
|
system_prompt: |
|
||||||
You are a helpful assistant.
|
You are a helpful assistant.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue