mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-01-15 18:16:33 +01:00
Fix typo
This commit is contained in:
parent
9559347f82
commit
81aba7cba8
@ -1105,7 +1105,7 @@ def update_story_chunk(idx: Union[int, Literal['last']]):
|
|||||||
if len(vars.actions) <= 1:
|
if len(vars.actions) <= 1:
|
||||||
# In this case, we are better off just refreshing the whole thing as the
|
# In this case, we are better off just refreshing the whole thing as the
|
||||||
# prompt might not have been shown yet (with a "Generating story..."
|
# prompt might not have been shown yet (with a "Generating story..."
|
||||||
# messsage instead).
|
# message instead).
|
||||||
refresh_story()
|
refresh_story()
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user