mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-10 11:40:48 +08:00
update
This commit is contained in:
@@ -124,7 +124,7 @@ class ConstrainedStoryManager(StoryManager):
|
||||
if self.cache:
|
||||
return self.start_new_story_cache(story_prompt, game_state=game_state)
|
||||
else:
|
||||
return self.start_new_story_cache(story_prompt, game_state=game_state)
|
||||
return self.start_new_story(story_prompt, game_state=game_state)
|
||||
|
||||
def start_new_story_generate(self, story_prompt, game_state=None):
|
||||
super().start_new_story(story_prompt, game_state=game_state)
|
||||
|
||||
Reference in New Issue
Block a user