mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
* feat(convert_dict_to_response.py): support openrouter format of reasoning content * fix(transformation.py): fix openrouter streaming with reasoning content Fixes https://github.com/BerriAI/litellm/issues/8193#issuecomment-270892962 * fix: fix type error
5 lines
127 B
Python
5 lines
127 B
Python
from litellm.llms.base_llm.chat.transformation import BaseLLMException
|
|
|
|
|
|
class OpenRouterException(BaseLLMException):
|
|
pass
|