mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Potential chat mode stopper fix
This commit is contained in:
@@ -2301,6 +2301,7 @@ def patch_transformers():
|
|||||||
self.completed[i] = True
|
self.completed[i] = True
|
||||||
if all(self.completed):
|
if all(self.completed):
|
||||||
koboldai_vars.generated_tkns = koboldai_vars.genamt
|
koboldai_vars.generated_tkns = koboldai_vars.genamt
|
||||||
|
del self.completed
|
||||||
return True
|
return True
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user