mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-15 20:20:28 +00:00
- Change default API key from space ' ' to 'fake-api-key' - Fixes httpcore.LocalProtocolError: Illegal header value b'Bearer ' - Maintains compatibility with explicit API keys and environment variables - Add comprehensive tests for provider info retrieval Fixes #14502