m1guelpf / chatgpt-telegram

Run your own GPTChat Telegram bot, with a single command!
MIT License
3.9k stars 560 forks source link

Bot shortens responses by the number of characters, how do I fix it? #56

Open msilenkov opened 1 year ago

msilenkov commented 1 year ago

Any response from the bot is truncated by about 320 characters. How do I fix this?

vusty commented 1 year ago

@msilenkov

I'm not sure, but it helped me to say on site: "continue the output from {___}"

The site has a limit of 1000 characters

rduke1982 commented 1 year ago

On the site, I would simple say "continue".

For the 320 character limit, I'm not having this issue. But I do notice that the bot slows down around every 320 characters before giving the rest of the response.

Any way to speed this up?