疑似测出来一个分类BUG,请开发人员关注一下 #720
Replies: 2 comments 1 reply
-
请求JSON如下: |
Beta Was this translation helpful? Give feedback.
-
失误,进一步定位 是中间环节的问题,误伤 |
Beta Was this translation helpful? Give feedback.
-
请求JSON如下: |
Beta Was this translation helpful? Give feedback.
-
失误,进一步定位 是中间环节的问题,误伤 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
我实在用 FastGPT + ChatGLM3想实现问题分类。
使用的是ChatGLM3-6B模型,对比的是FastGPT里面的FastAI-4k。
情况是这么个情况:
我发现用FastGPT 自带的模型问题分类正常,
但是切换到自己部署的ChatGLM3-6B模型 分类就出现异常,
找了半天问题,最后不得已 用postman 请求 把两个模型的 分类场景 请求结果 拿到了,如下:
DEBUG打印结果:
从上面的对比图 我有点怀疑 :


event: appStreamResponse 里面的 cqResult 跟 debug打印的message的 content 取值不一样 导致最后的 event: answer
choices 出错
最后反应到流程上面 就走错分支了:
有点代码BUG的感觉,希望是我操作出错了
Beta Was this translation helpful? Give feedback.
All reactions