We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你希望添加的功能是否与某个问题相关? 现在AI大模型的写作能力十分强大。但是微信对于每条消息仅支持2048byte的输入。当消息因字数过多而无法发送时,我总是很沮丧。
描述你希望的解决方案 对每个文本进行分段,每段2048byte,分段发送即可。
描述你考虑的替代方案 /
其他 /
The text was updated successfully, but these errors were encountered:
No branches or pull requests
你希望添加的功能是否与某个问题相关?
现在AI大模型的写作能力十分强大。但是微信对于每条消息仅支持2048byte的输入。当消息因字数过多而无法发送时,我总是很沮丧。
描述你希望的解决方案
对每个文本进行分段,每段2048byte,分段发送即可。
描述你考虑的替代方案
/
其他
/
The text was updated successfully, but these errors were encountered: