removing depdency on mistral keys (#256)

This commit is contained in:
Salman Paracha 2024-11-08 16:09:04 -08:00 committed by GitHub
parent 9081eb0f7f
commit 4b2b371876
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 10 deletions

View file

@ -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.

View file

@ -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.