fix: ollama chat async stream error propagation (#8870)

Ref: #8868
This commit is contained in:
Tomáš Dvořák 2025-02-28 17:11:56 +01:00 committed by GitHub
parent 887c66c6b7
commit b2eb2365b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -508,6 +508,7 @@ async def ollama_async_streaming(
verbose_logger.exception(
"LiteLLM.ollama(): Exception occured - {}".format(str(e))
)
raise e
async def ollama_acompletion(