Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 718 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 718 Bytes

ChatGitHub

Chat with GitHub using natural language built with OpenAI Functions and Vercel AI SDK.

chatgithub.mov

Model

This app ships with OpenAI gpt-4-1106-preview.

Getting Started

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.

Acknowledgements

Hacked from scratch using ai-chatbot and inspired by chathn