add support for using custom upstream llm (#365)

This commit is contained in:
Adil Hafeez 2025-01-17 18:25:55 -08:00 committed by GitHub
parent 3fc21de60c
commit 07ef3149b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 263 additions and 52 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
```