mirror of
https://github.com/katanemo/plano.git
synced 2026-05-04 21:32:43 +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
|
|
@ -70,8 +70,11 @@ properties:
|
|||
provider_interface:
|
||||
type: string
|
||||
enum:
|
||||
- openai
|
||||
- claude
|
||||
- deepseek
|
||||
- groq
|
||||
- mistral
|
||||
- openai
|
||||
access_key:
|
||||
type: string
|
||||
model:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue