Skip to content

codemaker2015/GPT3-Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Openai GPT3 chatbot


This is a GPT3 python project that allows you to train the chatbot and chat with it.

Demo

Requirements

  • Get Openai key from the official site (https://beta.openai.com)
  • Create a virtual environment
    python -m venv venv
    
  • Switch to the virtual environment
    venv\Scripts\activate
    
  • Install the openai package
    pip install openai
    

Setup

  • You can use this code as the skeleton for your project.

Warning: Use the tokens wisely, it is prefered to use davinci engine

  • Clone the github repository:

    git clone https://github.com/codemaker2015/GPT3-Chatbot.git
    
  • Change the variable ai.api_key to your api key.

About

GPT3 Chatbot demo in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages