mirror of
https://github.com/katanemo/plano.git
synced 2026-06-20 15:28:07 +02:00
multi llm support
This commit is contained in:
parent
1f95fac4af
commit
5fcdaa640e
3 changed files with 85 additions and 4 deletions
|
|
@ -24,15 +24,20 @@ llm_providers:
|
|||
provider_interface: mistral
|
||||
model: ministral-3b-latest
|
||||
|
||||
- name: claude-sonnet
|
||||
access_key: $ANTHROPY_API_KEY
|
||||
provider_interface: anthropic
|
||||
model: claude-3-7-sonnet-latest
|
||||
|
||||
- name: deepseek
|
||||
access_key: $DEEPSEEK_API_KEY
|
||||
provider_interface: openai
|
||||
provider_interface: deepseek
|
||||
model: deepseek-reasoner
|
||||
base_url: https://api.deepseek.com/
|
||||
|
||||
- name: groq
|
||||
access_key: $GROQ_API_KEY
|
||||
provider_interface: openai
|
||||
provider_interface: groq
|
||||
model: llama-3.1-8b-instant
|
||||
base_url: https://api.groq.com
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue