Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aflucas-uom/ari2131-aied-chatbot

AIED Chatbot is a simple chatbot powered by OpenAI's GPT-3.5-turbo model. It engages in conversations with users, responding to their prompts.
https://github.com/aflucas-uom/ari2131-aied-chatbot

Last synced: 7 days ago
JSON representation

AIED Chatbot is a simple chatbot powered by OpenAI's GPT-3.5-turbo model. It engages in conversations with users, responding to their prompts.

Awesome Lists containing this project

README

        

# AIED Chatbot

AIED Chatbot is a simple chatbot powered by OpenAI's GPT-3.5-turbo model. It engages in conversations with users, responding to their prompts.

## Getting Started

### Prerequisites

- Python 3.x
- OpenAI Account
- OpenAI API key (available [here](https://platform.openai.com/api-keys))

### Installation

1. **Clone the repository:**

```bash
git clone https://github.com/AFLucas-UOM/ARI2131-AIED-ChatBot
```
2. **Navigate to the project directory:**

```bash
cd AIED_Chatbot
```
3. **Install dependencies:**

```bash
pip install openai
```

### Troubleshooting
If you encounter any issues or errors, please check the following:

- Ensure you have Python 3.x installed.
- Verify that the OpenAI API key in the config.ini file is correct.

### Acknowledgments

- This project was developed as part of an academic assignment. Unit: `ARI2131` at the `University of Malta`.
- [OpenAI](https://platform.openai.com/docs/api-reference/introduction) for providing the GPT-3.5-turbo model.

## Contact

For any inquiries or feedback, please contact [Andrea Filiberto Lucas](mailto:[email protected]).