Merge pull request #14379 from teremterem/main

[Fix] Restore forgotten `raise` keyword in front of an `exception_type()` call
This commit is contained in:
Krish Dholakia 2025-09-09 22:19:58 -07:00 committed by GitHub
commit dde2712ade
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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,