Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 374 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 374 Bytes

GPT OpenAI through API playground using Python

Installation

  • make sure that every required packages are installed
pip install -r requirements.txt
  • copy the .env.template file to .env and fill in the OPENAI_API_KEY variable

Running

You can edit run.py before running and change which specific prompt will be used.

python3 run.py