(fix) proxy + ollama - raise exception correctly
This commit is contained in:
parent
ce1b0b89ba
commit
9995229b97
@ -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…
Reference in New Issue
Block a user