forked from phoenix/litellm-mirror
(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
|
return model_response
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
|
raise e
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue