mirror of
https://github.com/langgenius/dify-docs-archived.git
synced 2026-07-25 05:25:44 -04:00
http请求有更详细的教学文章或者视频吗 #132
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Modern-Pancake on GitHub (Mar 26, 2025).
飞书机器人接收到图片之后只有一个image_key,我想把原图片输入到dify上的LLM,前面是不是需要有一个http请求去把image_key下载为原图后输出,目前我找到了飞书api的文档,但是不知道http请求这个怎么配置,有没有详细的教程呢
@dosubot[bot] commented on GitHub (Mar 26, 2025):
Hello @Modern-Pancake! I'm here to help you with any bugs, questions, or contributions you have. Let me know how I can assist you!
在 dify-docs 中,目前没有找到关于如何配置 HTTP 请求以使用 Feishu 的 image_key 下载图像的详细教程。不过,dify-docs 确实包含了关于将 Feishu API 与 Dify 的 LLM 集成的示例和教程,特别是在文档 "将 Dify 快速接入 QQ、微信、飞书、钉钉等平台" 中,提供了使用 LangBot 连接 Dify 到各种 IM 平台的说明 [1]。
如果您需要处理图像数据输入,dify-docs 中有一个特定部分解释了如何为 Dify 的 LLM 处理图像数据输入。该部分详细介绍了在 Workflow 应用中启用“图像上传”功能以及在 LLM 节点中激活 Vision 功能的过程 [2][3][4][5]。
至于 HTTP 请求的认证要求,您需要使用 API Key 作为 Bearer token 在
Authorization头中传递,并将Content-Type头设置为application/json[6][7]。To continue talking to Dosu, mention @dosu.
Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other
@AllenWriter commented on GitHub (May 6, 2025):
It is recommended to use the curl command to import new API requests with one click. Sorry, we only have documentation tutorials.