https://github.com/glenmiracle18/ai-chatbot
quick ai chat bot with open ai (3 hours of code)
https://github.com/glenmiracle18/ai-chatbot
Last synced: 2 months ago
JSON representation
quick ai chat bot with open ai (3 hours of code)
- Host: GitHub
- URL: https://github.com/glenmiracle18/ai-chatbot
- Owner: glenmiracle18
- Created: 2024-03-02T20:45:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-06T11:51:54.000Z (about 1 year ago)
- Last Synced: 2025-02-02T02:31:31.499Z (4 months ago)
- Language: TypeScript
- Homepage: https://ai-chatbot-ddiogcn5f-glenmiracle18s-projects.vercel.app/
- Size: 615 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Title
This project is as a result of free time on the weekend. I always needed a mentor in programming and someone that can help me with bugs, so I figured out I can create my own customized AI to help me during coding sessions.
## Screenshots

## Badges
[](https://choosealicense.com/licenses/mit/)
[](https://opensource.org/licenses/)
[](http://www.gnu.org/licenses/agpl-3.0)## Acknowledgements
- [Vercel V-0: for amazing ui help](https://awesomeopensource.com/project/elangosundar/awesome-README-templates)
- [Awesome README: Glen Miracle](https://github.com/matiassingers/awesome-readme)
- [How to write a Good readme](https://bulldogjob.com/news/449-how-to-write-a-good-readme-for-your-github-project)## API Reference
#### Get all items
```http
GET /api/items
```| Parameter | Type | Description |
| :-------- | :------- | :------------------------- |
| `OPEN_AI_KEY` | `string` | **Required**. Your open ai API key |#### Get item
This api key is needed for you to make those post requests!
## Authors
- [@glenmiracle(me)](https://www.github.com/glenmiracle18)
## Contributing
Contributions are always welcome!
See `contributing.md` for ways to get started.
Please adhere to this project's `code of conduct`.
## Deployment
To deploy this project run
```bash
npm i vercel
vercel
y
./```
and boom your done with Deployment## 🚀 About Me
I'm a Modern Web Developer## License
[MIT](https://choosealicense.com/licenses/mit/)