mirror of
https://github.com/Extraltodeus/test_my_prompt.git
synced 2026-03-03 04:19:59 +00:00
Update test_my_prompt_custom_script.py
Removed a comment that questioned the functionality of a new code logic, since it was already tested and determined that it worked.
This commit is contained in:
@@ -73,7 +73,7 @@ class Script(scripts.Script):
|
||||
continue
|
||||
|
||||
# Check for stopping_generation
|
||||
if state.stopping_generation: # Unsure if this works,
|
||||
if state.stopping_generation:
|
||||
print("Stopping generation as requested.")
|
||||
break
|
||||
|
||||
|
||||
Reference in New Issue
Block a user