mirror of
https://github.com/katanemo/plano.git
synced 2026-06-20 15:28:07 +02:00
add support for claude
This commit is contained in:
parent
a3352254fe
commit
adda6aaa57
6 changed files with 128 additions and 52 deletions
|
|
@ -12,7 +12,6 @@ llm_providers:
|
|||
access_key: $OPENAI_API_KEY
|
||||
provider_interface: openai
|
||||
model: gpt-4o-mini
|
||||
default: true
|
||||
|
||||
- name: gpt-4o
|
||||
access_key: $OPENAI_API_KEY
|
||||
|
|
@ -26,20 +25,19 @@ llm_providers:
|
|||
|
||||
- name: claude-sonnet
|
||||
access_key: $ANTHROPY_API_KEY
|
||||
provider_interface: anthropic
|
||||
provider_interface: claude
|
||||
model: claude-3-7-sonnet-latest
|
||||
default: true
|
||||
|
||||
- name: deepseek
|
||||
access_key: $DEEPSEEK_API_KEY
|
||||
provider_interface: deepseek
|
||||
model: deepseek-reasoner
|
||||
base_url: https://api.deepseek.com/
|
||||
|
||||
- name: groq
|
||||
access_key: $GROQ_API_KEY
|
||||
provider_interface: groq
|
||||
model: llama-3.1-8b-instant
|
||||
base_url: https://api.groq.com
|
||||
|
||||
tracing:
|
||||
random_sampling: 100
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue