Skip to content

emidio90/chatgpt-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatGPT-api

A simple flask app that uses openai's APIs

How to use:

  • Install Python 3.x
  • Install dependencies with pip install -r requirements.txt
  • Rename .env.example to .env and paste your openai API key after OPENAI_API_KEY=
  • Launch the app with python app.py
  • You will find your app running on http://127.0.0.1:5000

About

A simple flask app that uses openai's APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published