Skip to content

An interactive chatbot powered by OpenAI's GPT-3.5-Turbo model. This project allows users to ask any question and generates AI-based responses. Perfect for automating Q&A, virtual assistance, and more.

Notifications You must be signed in to change notification settings

mylesgamez/OpenAI-GPT-3.5-Turbo-Powered-Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

OpenAI GPT-3.5-Turbo Powered Chatbot

Project Overview

This project is an interactive chatbot built using OpenAI's GPT-3.5-Turbo model. Users can ask any question, and the chatbot generates AI-based responses, making it ideal for automating Q&A, providing virtual assistance, and much more.

Getting Started

To get this project running, you need to have Python installed and an OpenAI API key.

Prerequisites

  1. Python: Make sure Python 3.x is installed on your system. You can download Python from here.

  2. OpenAI API key: You will need an API key from OpenAI to access the GPT-3.5-Turbo model. You can get the key from the OpenAI website.

Installation

  1. Clone the repo:
git clone https://github.com/{your_username}/openai-gpt3.5-turbo-chatbot.git
  1. Install required Python packages:
pip install openai
  1. Add your OpenAI API key as an environment variable called "OPENAI_API_KEY".

Usage

Run the script using Python:

python chatbot.py

About

An interactive chatbot powered by OpenAI's GPT-3.5-Turbo model. This project allows users to ask any question and generates AI-based responses. Perfect for automating Q&A, virtual assistance, and more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages