add support for claude and add first class support for groq and deepseek (#479)

This commit is contained in:
Adil Hafeez 2025-05-22 22:55:46 -07:00 committed by GitHub
parent 27c0f2fdce
commit f5e77bbe65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 212 additions and 49 deletions

View file

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