From 502febb811fe3c2abe88b72fcbf681175180c31e Mon Sep 17 00:00:00 2001 From: Hhd <17835559578@163.com> Date: Sun, 16 Mar 2025 17:40:25 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=8A=9F=E8=83=BD=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E3=80=911.=E8=A7=A3=E5=86=B3HTTP=E8=8A=82=E7=82=B9url=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E4=B8=8D=E5=88=B0=E9=97=AE=E9=A2=98=EF=BC=9B2.?= =?UTF-8?q?=E5=A4=A7=E6=A8=A1=E5=9E=8B=E8=8A=82=E7=82=B9=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E5=8F=82=E6=95=B0=E6=BB=91=E5=8A=A8=EF=BC=8C?= =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=9B=A0=E6=A8=A1=E5=9E=8B=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E4=B8=BA=E7=A9=BA=E6=89=A7=E8=A1=8C=E5=A4=B1=E8=B4=A5=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ui/src/components/nodes/HttpNode.svelte | 8 +- .../ui/src/components/nodes/LLMNode.svelte | 80 +++++++++++++++++++ 2 files changed, 87 insertions(+), 1 deletion(-) diff --git a/packages/ui/src/components/nodes/HttpNode.svelte b/packages/ui/src/components/nodes/HttpNode.svelte index b16b989..ba65b0c 100644 --- a/packages/ui/src/components/nodes/HttpNode.svelte +++ b/packages/ui/src/components/nodes/HttpNode.svelte @@ -40,7 +40,13 @@ ]} style="width: 100%" placeholder="请选择模型" value={['get']} />