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

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