mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-03 09:10:47 +00:00
4535b5847d
Added a new "Configuration with Environment Variables" section demonstrating: - Using os.getenv() to dynamically retrieve OpenRouter configuration - Explicitly passing base_url parameter with environment variables - Benefits of this approach for managing configs across environments This helps users implement production-ready configuration patterns.