mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
(fix) proxy + ollama - raise exception correctly
This commit is contained in:
parent
ce1b0b89ba
commit
9995229b97
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue