miporterg

Results 5 comments of miporterg

切换低版本node试试?

> deepseek的思考过程 怎么显示在BubbleList 中 哪个大佬给个示例看看 我用bubble示例的自定义渲染 markdown做的 把reasoning_content前都加了 > ![Image](https://github.com/user-attachments/assets/e60d998a-4293-45a8-a364-044cf0c4670a) ` onUpdate: (chunk) => { if (chunk.data.trim() !== '[DONE]') { const data = JSON.parse(chunk.data); let reasoning_word:string=data?.choices[0].delta.reasoning_content; let words=data?.choices[0].delta.content; if(reasoning_word){ if(reasoning_word.includes('\n'))...