FujiwaraChoki / MoneyPrinter

Automate Creation of YouTube Shorts using MoviePy.
MIT License
10.07k stars 1.35k forks source link

Fixed OpenAI chat completion usage #222

Closed philipbankier closed 7 months ago

philipbankier commented 7 months ago

Currently the requirements.txt pins the openai version at 0.28 which does not match the current chat completion usage in gpt.py. I had to make this change to get it working(w/ Docker). Also fixed the spelling of Gemini.

kerta1n commented 7 months ago

@philipbankier fixed in #187, run git pull origin main