Skip to content

juanjoc333/basic-gpt-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

basic-gpt-chatbot

A simple chatbot made in Python and ChatGPT

Installation

Get your OpenAI API key from https://openai.com/ and set it as an environment variable

Setup a virtual Python env

$ pyenv install 3.11.4 # if necessary
$ pyenv virtualenv 3.11.4 $(cat .python-version)
$ pip install -r requirements.txt

About

A simple chatbot made in Python and ChatGPT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages