add support for claude

This commit is contained in:
Adil Hafeez 2025-05-19 13:50:51 -07:00
parent a3352254fe
commit adda6aaa57
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
6 changed files with 128 additions and 52 deletions

View file

@ -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