stop gen bug fix

This commit is contained in:
saloui 2023-06-22 09:21:44 +02:00
parent f2441060b3
commit b8924a33e0

1
app.py
View File

@ -729,7 +729,6 @@ class LoLLMsWebUI(LoLLMsAPPI):
def stop_gen(self):
self.cancel_gen = True
self.process.cancel_generation()
return jsonify({"status": True})