晴天娃娃
晴天娃娃
另外,tool_calls也没有组装进message的消息体里面 
> 这个是不是默认没有补全 text模型 和openai的一样 我这里整条消费记录都没有
fix in https://github.com/langgenius/dify/commit/d3157b46eea7de9a4beef00bcd7dbbbb9dd8f544 @jarvisaoieong @kurokobo @hjlarry
> [@hejuntt1014](https://github.com/hejuntt1014) > > > [D3157B4](https://github.com/langgenius/dify/commit/d3157b46eea7de9a4beef00bcd7dbbbb9dd8f544) 中的修复 > > 我不这么认为;我相信这与令牌计数是不同的问题。 It seems that this issue is the same as the one I'm experiencing. https://github.com/langgenius/dify-plugin-sdks/pull/81#issuecomment-2792380131
问题似乎是 dify_plugin\core\server\__base\request_reader.py 的锁造成的,我对这部分进行修改后,不再出现cpu占用跑满和卡死的问题 ``` class RequestReader(ABC): lock: threading.Lock = threading.Lock() ```
已提交 pr [https://github.com/langgenius/dify-plugin-sdks/pull/81](https://github.com/langgenius/dify-plugin-sdks/pull/81)