This is a simple chatbot project that utilizes the OpenAI API to generate responses to user input. The chatbot is built using Python and interacts with the OpenAI API to generate responses based on the given prompt.
- Python 3.x
- OpenAI API key (sign up at https://openai.com to get your API key)
- Clone the repository:
git clone https://github.com/Dinjan-AIML/Chatbot_with_GUI.git
- Install the required dependencies:
pip install -r requirements.txt
- Run the chatbot script:
python chatbot.py