free-claude-code/tests/api
arssing 2fe15bd2cd
feat: add proxy support for httpx clients (#125)
Add proxy support for providers based on
[doc](https://www.python-httpx.org/advanced/proxies/):

- Add per-provider proxy support (HTTP and SOCKS5) for all 4 providers:
nvidia_nim, open_router, lmstudio, llamacpp
- Each provider gets its own env var (NVIDIA_NIM_PROXY,
OPENROUTER_PROXY, LMSTUDIO_PROXY, LLAMACPP_PROXY) for independent proxy
configuration

---------

Co-authored-by: Alishahryar1 <alishahryar2@gmail.com>
2026-04-22 17:06:16 -07:00
..
test_api.py Fixes for issue 113 and 116 2026-04-18 16:32:31 -07:00
test_app_lifespan_and_errors.py Backup/before cleanup 20260222 230402 (#58) 2026-02-27 19:50:21 -08:00
test_auth.py Fixes for issue 113 and 116 2026-04-18 16:32:31 -07:00
test_dependencies.py feat: add proxy support for httpx clients (#125) 2026-04-22 17:06:16 -07:00
test_detection.py new linter rules and fixes 2026-02-18 04:13:41 -08:00
test_models_validators.py Updated README with per-model mapping, fixed test .env isolation 2026-03-01 21:52:35 -08:00
test_optimization_handlers.py Added optimization logging 2026-03-01 01:02:59 -08:00
test_request_utils.py Backup/before cleanup 20260222 230402 (#58) 2026-02-27 19:50:21 -08:00
test_request_utils_filepaths_and_suggestions.py Improved optimizations to decrease llm calls further and increase throughput 2026-02-18 17:54:41 -08:00
test_response_models.py new linter rules and fixes 2026-02-18 04:13:41 -08:00
test_routes_optimizations.py Improved optimizations to decrease llm calls further and increase throughput 2026-02-18 17:54:41 -08:00
test_server_module.py new linter rules and fixes 2026-02-18 04:13:41 -08:00