https://github.com/gitdagray/nextjs-ai-chat
https://github.com/gitdagray/nextjs-ai-chat
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gitdagray/nextjs-ai-chat
- Owner: gitdagray
- Created: 2024-04-18T18:07:28.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-27T16:57:06.000Z (9 months ago)
- Last Synced: 2024-08-13T07:17:05.420Z (6 months ago)
- Language: TypeScript
- Size: 69.3 KB
- Stars: 22
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - gitdagray/nextjs-ai-chat - (TypeScript)
README
# Next.js AI Chat
---### Author Links
👋 Hello, I'm Dave Gray.
📚 [My Courses](https://courses.davegray.codes/)
✅ [Check out my YouTube Channel with hundreds of tutorials](https://www.youtube.com/DaveGrayTeachesCode).
🚩 [Subscribe to my channel](https://bit.ly/3nGHmNn)
💖 [Support My Content](https://patreon.com/davegray)
🚀 Follow Me:
- [Twitter](https://twitter.com/yesdavidgray)
- [LinkedIn](https://www.linkedin.com/in/davidagray/)
- [Blog](https://davegray.codes)---
### Description
📺 [YouTube Video](https://youtu.be/xF-BL8XF4mg) for this repository.
---
### âš™ Usage
- Provide your own .env.local file with an OpenAI API key
- npm install
- npm run dev---
### 🎓 Academic Honesty
**DO NOT COPY FOR AN ASSIGNMENT** - Avoid plagiarism and adhere to the spirit of this [Academic Honesty Policy](https://www.freecodecamp.org/news/academic-honesty-policy/).
---
### 📚 Tutorial References
- 🔗 [Next.js](https://nextjs.org/)
- 🔗 [Vercel AI SDK](https://sdk.vercel.ai/docs)
- 🔗 [OpenAI](https://openai.com/)
- 🔗 [shadcn/ui](https://ui.shadcn.com/)
- 🔗 [Next.js Light & Dark Modes](https://www.davegray.codes/posts/light-dark-mode-nextjs-app-router-tailwind)