ensure that only openai is used for provider

This commit is contained in:
Adil Hafeez 2025-01-16 17:13:45 -08:00
parent c7f8c2cef9
commit 00e4ba55a8
6 changed files with 14 additions and 8 deletions

View file

@ -190,7 +190,7 @@ llm_providers:
- name: ministral-3b
access_key: $MISTRAL_API_KEY
provider: mistral
provider: openai
model: ministral-3b-latest
```