-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🎨 chore(utils/random_prompt): refactor tag selection logic
Refactored the tag selection logic in the `RandomPrompt` class to improve readability and maintainability. Split long lines and adjusted indentation for better code formatting. Removed unused imports and commented out code. Co-authored-by: [Author Name] <[[email protected]]>
- Loading branch information
Showing
3 changed files
with
17 additions
and
420 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "novelai-python" | ||
version = "0.3.2" | ||
version = "0.3.3" | ||
description = "Novelai Python Binding With Pydantic" | ||
authors = [ | ||
{ name = "sudoskys", email = "[email protected]" }, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.