Alter-xyz
Alter-xyz
我开始也遇到了这个"问题" 或许新手引导或者演示可以多做一点
Thank you for your valuable feedback and willingness to contribute! We appreciate your insight regarding multi-lingual prompts, especially for Chinese-based LLMs like ZhipuAI glm-4. Our built-in prompts ecosystem is still...
**Can you tell me a bit more about how you want to "continue to manipulate this image"?** --- You can use a code block to convert and upload it to...
Sounds like "Agent as Tool", sounds good.
Any more detailed description or screenshot sketches?
Please refer to: 1. https://docs.dify.ai/guides/workflow/node/template 2. https://jinja.palletsprojects.com/en/3.1.x/ These resources should help you with the current capabilities and how to use them.
Also can you provide more info regarding your title "Enhance if_else_node to Support Jinja for the Add Condition Operation"?
Regarding the sandbox, please refer to this: https://github.com/langgenius/dify-sandbox This would be a significant change, and I personally would be eager to see you or someone else implement this feature.
Currently you can use Python `Try Except`, the return format only in dict with few format. ```python def main(): try: x = 1 / 0 except Exception as e: x...
 Please try update OpenAI-API-compatible to latest, current ver is 0.0.16 Btw the latest Dify no longer shows total token count at the front, but you can still view then...