mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-17 14:16:54 +00:00
(fix) proxy + ollama - raise exception correctly
This commit is contained in:
@@ -230,3 +230,4 @@ async def ollama_acompletion(url, data, model_response, encoding, logging_obj):
|
||||
return model_response
|
||||
except Exception as e:
|
||||
traceback.print_exc()
|
||||
raise e
|
||||
|
||||
Reference in New Issue
Block a user