ChatGH is an open-source AI chatbot that uses OpenAI Functions and the Vercel AI SDK to interact with the Github API with natural language.
To set up ChatGH locally, you'll need to clone the repository and set up the following environment variables:
OPENAI_API_KEY
– your OpenAI API key (you can get one here)
ChatGH is built on the following stack:
- Next.js – framework
- OpenAI Functions - AI completions
- Vercel AI SDK – AI streaming library
- Vercel – deployments
- Turborepo – build tool
- TailwindCSS – styles
- OSSInsight Public APIs - Github APIs alternative
Here's how you can contribute:
- Open an issue if you believe you've encountered a bug.
- Make a pull request to add new features/make quality-of-life improvements/fix bugs.
- Tsui (@tsui_nova)
Inspired by ChatHN, ChatGH is an open-source AI chatbot that uses OpenAI Functions and the Vercel AI SDK to interact with the Github API with natural language.