An open API service indexing awesome lists of open source software.

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)

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

![App Screenshot](/public/ai2.png)
![App Screenshot](/public/ai.png)

## Badges

[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)
[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/)
[![AGPL License](https://img.shields.io/badge/license-AGPL-blue.svg)](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/)