restore forgotten raise keyword in front of an exception_type() call

This commit is contained in:
Oleksandr Tereshchenko 2025-09-09 17:55:03 +03:00
parent 351896cd1d
commit 4d7e918b63

View file

@ -1937,7 +1937,7 @@ class CustomStreamWrapper:
)
## Map to OpenAI Exception
try:
exception_type(
raise exception_type(
model=self.model,
custom_llm_provider=self.custom_llm_provider,
original_exception=e,