mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
added python client tests for anthropic and openai
This commit is contained in:
parent
00c543667d
commit
04208e9cd1
7 changed files with 514 additions and 10 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue