Commit Graph

1 Commits

Author SHA1 Message Date
Sebastian Krüger
424090f2f2 Add LiteLLM setup documentation
Created comprehensive guide for configuring LLMX with LiteLLM:
- Environment variable setup
- Configuration file format
- Correct usage patterns (separate provider and model)
- Common error troubleshooting
- Model name format documentation

Key points:
- Use `-c model_provider=litellm` NOT `litellm:` prefix
- Set LITELLM_BASE_URL and LITELLM_API_KEY
- LiteLLM provider uses Chat Completions API (wire_api=chat)

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-11 16:20:04 +01:00