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

Bot refuses to create images. #47

Closed whiskthecat closed 1 year ago

whiskthecat commented 1 year ago

I have not explicitly disabled any of the plugins. "Exit" plugin works. Whenever I ask for an image to be generated the bot refuses by stating that it can only respond via text.

yGuy commented 1 year ago

Thanks, indeed, there is a problem with the default plugin settings - you need to set the "plugin" environment variable. See this issue: #48

whiskthecat commented 1 year ago

Hmm, now I get "Sorry, but it seems there was an error when using the plugin image-plugin"

yGuy commented 1 year ago

True, thanks. I can reproduce this on one installation, but not on another. For some reason MM complains that the channel_id is not provided when uploading the image to MM. No idea at this point, how that could be the case.