mirror of
https://github.com/katanemo/plano.git
synced 2026-06-29 15:49:40 +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
|
|
@ -16,5 +16,6 @@ services:
|
|||
environment:
|
||||
- OPENAI_API_KEY=${OPENAI_API_KEY:?error}
|
||||
- MISTRAL_API_KEY=${MISTRAL_API_KEY:?error}
|
||||
- ANTHROPIC_API_KEY=${ANTHROPIC_API_KEY:?error}
|
||||
- OTEL_TRACING_HTTP_ENDPOINT=http://host.docker.internal:4318/v1/traces
|
||||
- MODEL_SERVER_PORT=${MODEL_SERVER_PORT:-51000}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue