Skip to content

Commit

Permalink
♻️ chore(utils/random_prompt): disable enable_character in generate()
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoskys committed Feb 7, 2024
1 parent 3034852 commit 7decb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/novelai_python/utils/random_prompt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def character_features(self, gender, camera_angle, nsfw_enabled, num_characters,
def generate(self,
*,
enable_moods: bool = True,
enable_character: bool = True,
enable_character: bool = False,
enable_identity: bool = True,
):
"""
Expand Down

0 comments on commit 7decb39

Please sign in to comment.