chat2response 0.1.1

Translate and proxy OpenAI Chat Completions requests to the Responses API.
Documentation
1
2
3
4
5
6
7
8
# Requirements for Chat2Response Python end-to-end tests
# These tests spawn the Rust HTTP server via `cargo run` and exercise /convert and /proxy.
# Install with: python -m pip install -r requirements.txt

pytest>=7.4,<9
pytest-timeout>=2.3,<3
requests>=2.31,<3
openai>=1.0,<2