Yeuoly

Results 134 comments of Yeuoly

Sorry for the confusion, but I can not reproduce this issue after several tries, and basic checks for nodejs all passes on Github actions, I have no idea which permission...

> > Sorry for the confusion, but I can not reproduce this issue after several tries, and basic checks for nodejs all passes on Github actions, I have no idea...

> @Yeuoly Could you kindly review this, please? Are you interested in contributing this? Just add libpthread.so.0 into DEFAULT_PYTHON_LIB_REQUIREMENTS and do some tests for it.

> [参考:](https://stackoverflow.com/questions/76106366/how-to-use-tiktoken-in-offline-mode-computer) https://stackoverflow.com/questions/76106366/how-to-use-tiktoken-in-offline-mode-computer 下载 vocab.bpe encoder.json 放到缓存 > > ``` > mkdir tiktoken > cd tiktoken > wget https://openaipublic.blob.core.windows.net/gpt-2/encodings/main/vocab.bpe > cp vocab.bpe 6d1cbeee0f20b3d9449abfede4726ed8212e3aee > wget https://openaipublic.blob.core.windows.net/gpt-2/encodings/main/encoder.json > cp encoder.json 6c7ea1a7e38e3a7f062df639a5b80947f075ffe6...

Fixed [https://github.com/langgenius/dify-plugin-daemon/pull/175](https://github.com/langgenius/dify-plugin-daemon/pull/175)

Another patch for the performance issue https://github.com/langgenius/dify-plugin-sdks/pull/103

> [@Yeuoly](https://github.com/Yeuoly) F.Y.I. Great work! I have merged it

Trying dify-sandbox:17bb213f2df4d34849e01ead55e6225be9e634a8 as a temporary solution.

Already fixed https://github.com/langgenius/dify-sandbox/pull/74

> @Yeuoly I tried to modify it in http_request_executor.py, but when the request parameter is raw or json, it is multi-line, > > ``` > { > "msg_type":"text", > "content":{...