coproxy 0.6.0

OpenAI-compatible API proxy backed by GitHub Copilot
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[project]
name = "coproxy-compat-tests"
version = "0.0.0"
description = "OpenAI- and Anthropic-compatibility tests for coproxy."
requires-python = ">=3.10"
dependencies = [
    "anthropic>=0.40.0,<1",
    "httpx>=0.27.0,<1",
    "openai>=2.0.0,<3",
    "pytest>=8.0.0,<9",
    "pytest-asyncio>=0.24.0,<1",
]

[tool.pytest.ini_options]
asyncio_mode = "strict"