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
目前发现了一个规律,就是GPT或者bing尝试说话的时候,也就是对方正在打字,以及打字完成了之后的几秒钟是整个ui最卡的时候。 只要GPT不说话,那么UI界面就是非常流畅的。
这是怎么回事呢?是否有办法优化?
The text was updated successfully, but these errors were encountered:
应该是多线程响应 上一个版本一个线程 很流畅
Sorry, something went wrong.
每次AI输出文字都需要整个textarea的DOM,相关逻辑在每个版本都是一样的。
No branches or pull requests
目前发现了一个规律,就是GPT或者bing尝试说话的时候,也就是对方正在打字,以及打字完成了之后的几秒钟是整个ui最卡的时候。
只要GPT不说话,那么UI界面就是非常流畅的。
这是怎么回事呢?是否有办法优化?
The text was updated successfully, but these errors were encountered: