Chat with GitHub using natural language built with OpenAI Functions and Vercel AI SDK.
chatgithub.mov
This app ships with OpenAI gpt-4-1106-preview
.
Supply your OpenAI API key and GitHub access token in .env.local
and run the following commands:
pnpm install
pnpm dev
Your app template should now be running on localhost:3000.
Hacked from scratch using ai-chatbot and inspired by chathn
- May 31, 2024: Took down the deployment from Vercel. Feel free to supply your OpenAI key and GitHub access token for self-hosting.