mirror of
https://github.com/katanemo/plano.git
synced 2026-04-26 01:06:25 +02:00
add support for claude and add first class support for groq and deepseek (#479)
This commit is contained in:
parent
27c0f2fdce
commit
f5e77bbe65
9 changed files with 212 additions and 49 deletions
|
|
@ -19,9 +19,8 @@ overrides:
|
|||
llm_providers:
|
||||
- name: groq
|
||||
access_key: $GROQ_API_KEY
|
||||
provider_interface: openai
|
||||
provider_interface: groq
|
||||
model: llama-3.2-3b-preview
|
||||
base_url: https://api.groq.com
|
||||
|
||||
- name: gpt-4o
|
||||
access_key: $OPENAI_API_KEY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue