You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I am using Eliza to interact with target users on Twitter, and every time I reply to a comment, the response is split into a 2-3 tweet thread. I see in the code that the reply content is automatically split into multiple tweets if it exceeds 280 characters.
I have tried adjusting the OPENAI_MAX_TOKENS=65 configuration in OpenAI, but it doesn’t seem to solve the problem.
Describe the solution you'd like
Is there a parameter or setting to limit the reply content to a maximum of 280 characters, so that it doesn’t get split into multiple tweets?
Describe alternatives you've considered
For paid users, a single tweet can exceed 280 characters. Is there any other way to ensure the reply stays as a single tweet, aside from modifying the 280-character limit in the code?
Additional context
OPENAI_MAX_TOKENS=65
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I am using Eliza to interact with target users on Twitter, and every time I reply to a comment, the response is split into a 2-3 tweet thread. I see in the code that the reply content is automatically split into multiple tweets if it exceeds 280 characters.
I have tried adjusting the
OPENAI_MAX_TOKENS=65
configuration in OpenAI, but it doesn’t seem to solve the problem.Describe the solution you'd like
Is there a parameter or setting to limit the reply content to a maximum of 280 characters, so that it doesn’t get split into multiple tweets?
Describe alternatives you've considered
For paid users, a single tweet can exceed 280 characters. Is there any other way to ensure the reply stays as a single tweet, aside from modifying the 280-character limit in the code?
Additional context
OPENAI_MAX_TOKENS=65
The text was updated successfully, but these errors were encountered: