Skip to content

Commit 444efd3

Browse files
committed
refactor(dify_sse_node_plugin):将http的示例值改成容器内部请求
1 parent 4c7ead8 commit 444efd3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tools/dify_chatflow_sse.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,15 @@ parameters:
2020
- name: url
2121
type: string
2222
required: true
23+
default: "http://api:5001/v1/chat-messages"
2324
label:
2425
en_US: "Dify Chatflow SSE URL"
2526
zh_Hans: "Dify Chatflow SSE URL"
2627
pt_BR: "URL do Dify Chatflow SSE"
2728
human_description:
28-
en_US: "Enter the complete Dify Chatflow SSE URL. Must start with http:// or https://. Example: https://api.dify.ai/v1/chat-messages. Make sure the endpoint supports Server-Sent Events for Dify Chatflow."
29-
zh_Hans: "输入完整的Dify Chatflow SSE URL。必须以http://或https://开头。示例:https://api.dify.ai/v1/chat-messages。确保端点支持Dify Chatflow的服务器发送事件。"
30-
pt_BR: "Digite a URL completa do Dify Chatflow SSE. Deve começar com http:// ou https://. Exemplo: https://api.dify.ai/v1/chat-messages. Certifique-se de que o endpoint suporte Server-Sent Events para Dify Chatflow."
29+
en_US: "Enter the complete Dify Chatflow SSE URL. Must start with http:// or https://. Example: http://api:5001/v1/chat-messages. Make sure the endpoint supports Server-Sent Events for Dify Chatflow."
30+
zh_Hans: "输入完整的Dify Chatflow SSE URL。必须以http://或https://开头。示例:http://api:5001/v1/chat-messages。确保端点支持Dify Chatflow的服务器发送事件。"
31+
pt_BR: "Digite a URL completa do Dify Chatflow SSE. Deve começar com http:// ou https://. Exemplo: http://api:5001/v1/chat-messages. Certifique-se de que o endpoint suporte Server-Sent Events para Dify Chatflow."
3132
llm_description: "The complete URL of the Dify Chatflow SSE endpoint, must start with http:// or https://"
3233
form: llm
3334

0 commit comments

Comments
 (0)