mirror of
https://github.com/Alishahryar1/free-claude-code.git
synced 2026-05-21 02:08:12 +00:00
When passthrough is enabled, skip the provider API key validation at startup and in build_provider_config, instead requiring the client auth token from the incoming request. Previously the credential check ignored the passthrough flag, causing 503 errors even when passthrough was correctly configured. |
||
|---|---|---|
| .. | ||
| api | ||
| cli | ||
| config | ||
| contracts | ||
| core | ||
| messaging | ||
| providers | ||
| __init__.py | ||
| conftest.py | ||
| provider_request_mocks.py | ||
| stream_contract.py | ||