yGuy / chatgpt-mattermost-bot

A very simple implementation of a service for a mattermost bot that uses ChatGPT in the backend.
MIT License
145 stars 50 forks source link

Update for DALL-E-3 #61

Open Elehiggle opened 10 months ago

Elehiggle commented 10 months ago

Hey, absolutely love this bot. It shuts down every few minutes and I have a script that restarts it automatically, but thats not what I'm here for. Could you add support for DALL-E-3? I tried updating the script and use docker-compose, but the openai package also needs updating and there are several errors, sadly I'm not an expert.

model: 'dall-e-3', quality: 'hd', resolution: '1024x1024',

Basically stuff like this needs to be added to the request.

legacy3 commented 9 months ago

I second this issue. Would appreciate a fix :)

yGuy commented 9 months ago

Pull requests like this are always welcome!