Skip to content

Commit

Permalink
Staged (#3)
Browse files Browse the repository at this point in the history
* 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
samyosm authored Jan 13, 2023
1 parent 75bc62b commit 3417ab4
Show file tree
Hide file tree
Showing 14 changed files with 10,913 additions and 1,007 deletions.
5 changes: 5 additions & 0 deletions .changeset/khaki-panthers-deny.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"story-gen": minor
---

Added features
8 changes: 8 additions & 0 deletions .changeset/lazy-mice-yell.md
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
5 changes: 5 additions & 0 deletions .changeset/silent-impalas-explain.md
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)
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
apps/test

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
Expand Down
Loading

0 comments on commit 3417ab4

Please sign in to comment.