passivebot / midjourney-automation-bot

This repository hosts the Midjourney Automation Bot, a free script leveraging OpenAI's GPT-3 for automated image generation via Discord. It offers a simple web interface, customizable settings, and is MIT licensed for ease of use and adaptation.
https://harminder.dev/projects/midjourney-automation-bot/wiki/midjourney-automation-bot-overview/
MIT License
182 stars 37 forks source link

Any plans to update the script to use a different (active) OpenAI model? #12

Closed jgerbert closed 3 months ago

jgerbert commented 7 months ago

Greetings! Sorry to bother you, but when I run the script it's timing-out at the OpenAI call. I could be wrong, but I'm guessing this is because OpenAI shut down all of the older completions models like "text-davinci-003" which this script uses. Do you have any plans to update the app to use a "chat completions" endpoint like "GPT-3.5-turbo?" or maybe a different solution? I tried to refactor the code to use GPT-3.5-turbo but I couldn't get it working. Any help is very appreciated, this script is exactly what I need! Thanks from a total noob, Justin