knrd1 / chatgpt

ChatGPT IRC bot
https://github.com/knrd1/chatgpt
MIT License
33 stars 7 forks source link

If the API response is longer than 512 characters, the bot cuts it off and does not continue with the next statement #6

Closed knrd1 closed 1 year ago

knrd1 commented 1 year ago

split a response longer than X characters into two or more lines on irc

knrd1 commented 1 year ago

Solved by splitting answers into chunks of 350 characters or less as before.