mirror of
https://github.com/katanemo/plano.git
synced 2026-05-05 05:42:49 +02:00
- OpenAI client → Claude model: gateway routes to /v1/chat/completions (not /v1/messages), so use setup_openai_chat_mock - Responses API: gateway translates all requests to /v1/chat/completions on upstream with base_url providers, so use setup_openai_chat_mock - Remove unused imports (json, pytest, setup_responses_api_mock) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| .vscode | ||
| common.py | ||
| common.sh | ||
| config.yaml | ||
| config_mock_llm.yaml | ||
| conftest.py | ||
| docker-compose.mock.yaml | ||
| docker-compose.yaml | ||
| pyproject.toml | ||
| test_llm_gateway.py | ||
| test_model_alias_routing.py | ||
| test_prompt_gateway.py | ||
| test_responses_api.py | ||
| test_streaming.py | ||
| uv.lock | ||