This is a simple AI chatbot built in Python using the OpenAI GPT-3.5-Turbo model. It allows you to have real-time conversations with an AI assistant from your terminal.
- Conversational AI using
gpt-3.5-turbo - Clean command-line interface
- Secure API key handling using
.envfile - Easy to run and customize
- Python 3.7 or higher
- OpenAI API key
- Packages:
openaipython-dotenv
-
Clone the repository
git clone https://github.com/your-username/your-repo-name.git cd your-repo-name