This project is a simple beginner friendly AI chatbot built using Python. The chatbot takes user input, sends it to an AI model through an API, and returns a generated response. Due to secruity API key will not be shown.
The purpose of this project was to practice working with APIs, user input, and AI-powered response generation.
- Python
- OpenAI API
- VS Code
- Accepts user input
- Sends prompts to an AI model
- Generates chatbot-style responses
- Maintains a basic conversation flow
- Python programming
- API integration
- Prompt handling
- Basic chatbot development
- Code organization
The API key is not included in this repository for security reasons. API keys should be stored safely using environment variables.
- Add a better user interface
- Store chat history