Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aflucas-uom/ari2131-aied-chatbot
- Owner: AFLucas-UOM
- Created: 2023-11-27T14:30:52.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-08T16:05:42.000Z (6 months ago)
- Last Synced: 2024-05-09T17:10:59.813Z (6 months ago)
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]).