#message: cannot send an empty message.

3 messages · Page 1 of 1 (latest)

glad pier
#

I'm trying to make a discord chatbot run with gpt 3.5 turbo, however it doesn't seem to work. I was able to run in on gpt 3 api but not the latest one. I receive the error message everytime i send a message to the bot. Any ideas? 🥲

stone jay
#

In message.channel.send put response.data.choices[0].message.content instead.

glad pier