You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off - thank you for creating such a great project, and open sourcing it! I've been having a lot of fun playing around with this and testing out new models and prompts with it!
I was wondering if you'd be open to creating git tags/github releases along with new version bumps to package.json, for a few reasons:
Other systems can build and package things by these tags instead of commit hash (if pulling from github instead of npm)
People could subscribe to notifications when new releases come out (via github - i think for npm, this requires setting up a npm webhook + requires a paid account/organization)
The text was updated successfully, but these errors were encountered:
That sounds like a good idea! This is my first time open sourcing but do u have any pointers on how we could automate that? Also I tried NPM but I think i might've broken our package installation via npx so that's kinda sad (unrelated, but just a note haha)
First off - thank you for creating such a great project, and open sourcing it! I've been having a lot of fun playing around with this and testing out new models and prompts with it!
I was wondering if you'd be open to creating git tags/github releases along with new version bumps to
package.json
, for a few reasons:The text was updated successfully, but these errors were encountered: