mirror of
https://github.com/Alishahryar1/free-claude-code.git
synced 2026-05-21 02:08:12 +00:00
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> |
||
|---|---|---|
| .. | ||
| test_api.py | ||
| test_app_lifespan_and_errors.py | ||
| test_auth.py | ||
| test_dependencies.py | ||
| test_detection.py | ||
| test_models_validators.py | ||
| test_optimization_handlers.py | ||
| test_request_utils.py | ||
| test_request_utils_filepaths_and_suggestions.py | ||
| test_response_models.py | ||
| test_routes_optimizations.py | ||
| test_server_module.py | ||