mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-11 13:04:17 +00:00
b84785b5b7
- 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