added python client tests for anthropic and openai

This commit is contained in:
Salman Paracha 2025-09-04 22:36:32 -07:00
parent 00c543667d
commit 04208e9cd1
7 changed files with 514 additions and 10 deletions

View file

@ -24,6 +24,12 @@ llm_providers:
model: openai/gpt-4o
default: true
- access_key: $OPENAI_API_KEY
model: openai/gpt-4o-mini
- access_key: $ANTHROPIC_API_KEY
model: anthropic/claude-sonnet-4-20250514
system_prompt: |
You are a helpful assistant.