Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 715 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 715 Bytes

Simple OpenAI Chatbot

A simple chatbot application powered by OpenAI's GPT-3.5 API that allows users to chat with an AI assistant. This chatbot can be customized further and used for various purposes, such as customer support or educational tools.

Features

  • Conversational AI: Uses OpenAI's GPT-3.5 API to generate responses to user input.
  • Interactive UI: Text-based interaction where users can ask questions and get responses.
  • Environment Configuration: The project uses environment variables for API keys to keep sensitive information secure.

Installation

1. Clone the repository

git clone https://github.com/TariqNew/simple-openai-chatbot.git
cd simple-openai-chatbot