Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 324 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 324 Bytes

Python ChatGPT template

cp .env.example .env
vi .env # fill in your api key and organization id
pip install -r requirements.txt
python run.py

Advanced hints

You may want to specify PYTHONPATH in some cases if you replace the model with your package.

PYTHONPATH=./models/your_model python run.py