nootreeno

Results 2 comments of nootreeno

I get a very similar error when using Open WebUI. For me, it occurs: - In an Open WebUI chat - ONLY with thinking enabled - On anthropic models -...

I have this error too. Looking at the code, it might be a simple fix. `async def async_log_success_event` in `litellm/router_strategy/budget_limiter.py` ```python custom_llm_provider: str = kwargs.get("litellm_params", {}).get( "custom_llm_provider", None ) if...