-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Removed unnecessary apps * Added proper readme * Added abiltiy to use an Array as prompt to send multiple request * Added a story generator * Added story-gen * Fixed type error for story-gen * Fixed type error on tweet-gen * Fixed type error on youtube-comment-gen * Changed preset name to match package name * Changeset
- Loading branch information
Showing
14 changed files
with
10,913 additions
and
1,007 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"story-gen": minor | ||
--- | ||
|
||
Added features |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
"youtube-comment-gen": minor | ||
"story-gen": minor | ||
"tweet-gen": minor | ||
"writebot": minor | ||
--- | ||
|
||
Added a story-generator. Fixed typescript bug |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"writebot": minor | ||
--- | ||
|
||
Added ability to use Arrays and thus send multiple request (for each element of that array) |
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.