Developed a Python-based chatbot using OpenAI’s gpt-3.5-turbo API to simulate natural human-like conversations.
A command-line chatbot built in Python that uses the OpenAI API (gpt-3.5-turbo) to generate conversational responses. It supports basic memory (message history), handles errors, and can be extended with custom prompts or models.