removing depdency on mistral keys

This commit is contained in:
Salman Paracha 2024-11-08 14:42:21 -08:00
parent 9081eb0f7f
commit f18f0972e5
2 changed files with 0 additions and 10 deletions

View file

@ -32,11 +32,6 @@ llm_providers:
provider: openai
model: gpt-4o
- name: ministral-3b
access_key: $MISTRAL_API_KEY
provider: mistral
model: ministral-3b-latest
system_prompt: |
You are a helpful assistant.

View file

@ -32,11 +32,6 @@ llm_providers:
provider: openai
model: gpt-4o
- name: ministral-3b
access_key: $MISTRAL_API_KEY
provider: mistral
model: ministral-3b-latest
system_prompt: |
You are a helpful assistant.