Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 866 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 866 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

Update

  • May 31, 2024: Took down the deployment from Vercel. Feel free to supply your OpenAI key and GitHub access token for self-hosting.