keldenl / gpt-llama.cpp

A llama.cpp drop-in replacement for OpenAI's GPT endpoints, allowing GPT-powered apps to run off local llama.cpp models instead of OpenAI.
MIT License
594 stars 66 forks source link

could we have git tags? #40

Open jpetrucciani opened 1 year ago

jpetrucciani commented 1 year ago

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:

keldenl commented 1 year ago

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)