xbpeng121

Results 8 comments of xbpeng121

I think there is nothing about node.js,the workflow apis are on the port 5001 which is hosted by the api_server written by python on Flask framework

I also need this feature that "llm node" can accept base64-image as vision content. not only from "HTTP node", but also other nodes, for example "start node". The scenario is...

the problem is Dify used hard code for "sys.files". to fix it just change one line in "api/core/workflow/nodes/llm/node.py" file, in the function "_extract_variable_selector_to_variable_mapping", `if node_data.vision.enabled: variable_mapping["#files#"] = ["sys", SystemVariableKey.FILES.value]` change...

I also meet the same problem(the same with discussions #11219), and I am trying todo same patch for temporary file auto deletion. what shall I do if I want to...

> [@xbpeng121](https://github.com/xbpeng121) Do you find an api to delete uploaded file in Dify? there is no web service delete api, you need make the api yourself.

> I also meet the same problem(the same with discussions [#11219](https://github.com/langgenius/dify/discussions/11219)), and I am trying todo same patch for temporary file auto deletion. what shall I do if I want...

> [@xbpeng121](https://github.com/xbpeng121) I am very interested in supporting this feature but your [@me](https://github.com/me) link above goes to someone called Ivan. Could you contact me at [[email protected]](mailto:[email protected]) ? this is the...