mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-07 11:13:28 +00:00
3a0ea80c75
* Add concise Claude Code + LiteLLM Gateway tutorial - Create focused tutorial matching existing tutorial style - Step-by-step guide from installation to advanced configurations - Multi-provider configuration examples (AWS Bedrock, Azure OpenAI, Load Balancing) - Based on Anthropic's official LiteLLM configuration documentation - Added to sidebar with clean title 'Use LiteLLM with Claude Code' - Fixed sidebar reference from 'secret' to 'set_keys' for proper document resolution * Update config_settings.md to correct documentation links for key management and Hashicorp Vault settings. Changed references from 'secret.md' to 'set_keys.md' for improved clarity and accuracy. * Update sidebar and config_settings.md to reflect changes in key management documentation. Changed sidebar reference from 'set_keys' to 'secret' and updated links in config_settings.md for Hashicorp Vault settings to point to 'secret.md' for improved accuracy. * Remove extra tutorial and update sidebar accordingly * Update tutorial title from 'WebUI' to 'Open WebUI' for clarity and consistency in documentation. * Remove Python version requirement from Claude Responses API tutorial for clarity and to align with updated prerequisites.