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
测试用例里的流接口调用,发现数据并不是一个一个返回,而是卡住一起返回,没有流式的效果。
The text was updated successfully, but these errors were encountered:
具体哪个测试方法粘贴下代码
Sorry, something went wrong.
/** * 流式对话; * 1. 与 test_completions 测试类相比,只是设置 isCompatible = false 这样就是使用了新的数据结构。onEvent 处理接收数据有差异 * 2. 不兼容旧版格式的话,仅支持 GLM_3_5_TURBO、GLM_4 其他模型会有解析错误 */ @test public void test_completions_new() throws Exception {
确实
具体哪个测试方法粘贴下代码 test_completions_new 这个方法,目前问题应该还没解决
No branches or pull requests
测试用例里的流接口调用,发现数据并不是一个一个返回,而是卡住一起返回,没有流式的效果。
The text was updated successfully, but these errors were encountered: