Skip to content

Interactive Chatbot powered by GPT-3.5 Turbo. Engage in dynamic conversations with AI. Easy-to-use Python implementation. Get started with your OpenAI API key.

Notifications You must be signed in to change notification settings

betty-godier/chatgpt-gpt3.5-turbo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ChatGPT Chatbot with GPT-3.5 Turbo

License

Interactive Chatbot powered by GPT-3.5 Turbo. Engage in dynamic conversations with AI. Easy-to-use Python implementation. Get started with your OpenAI API key.

Table of Contents

Introduction

This repository contains a Python implementation of a chatbot using ChatGPT powered by OpenAI's GPT-3.5 Turbo model. The chatbot allows users to engage in interactive conversations by exchanging messages with the AI model. With the help of GPT-3.5 Turbo, the chatbot can generate human-like responses to various user inputs, making it a versatile tool for interactive applications, virtual assistants, and more.

Key Features

  • Interactive chat with the AI model
  • Seamless integration with OpenAI's GPT-3.5 Turbo
  • Easy-to-use Python implementation

Instructions

To run the chatbot, you'll need to have an OpenAI API key, which you can obtain from the OpenAI platform. Once you have the API key, update the openai.api_key variable in the code with your key. Then, execute the Python script and follow the prompts to start a conversation with the chatbot.

Please note that this implementation is based on the state of the GPT-3.5 model and the OpenAI platform as of September 2021. For the latest updates and guidelines, refer to the OpenAI documentation.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Interactive Chatbot powered by GPT-3.5 Turbo. Engage in dynamic conversations with AI. Easy-to-use Python implementation. Get started with your OpenAI API key.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages