🔧 Bug Fixes & Improvements
LiteLLM Passthrough Support

Fixed Gemini provider compatibility issues preventing proper LiteLLM integration
All providers now support LiteLLM passthrough mode with standardized endpoints:

OpenAI: http://litellm:4000/openai/v1
Anthropic: http://litellm:4000/anthropic/v1
Gemini: http://litellm:4000/gemini


Tested...