From 848644f2290ae7a0d437b126b4d72b511871a86c Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 31 Jul 2026 13:31:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20import=20aiohttp=20=E2=80=94=20=E5=8E=9F?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=89=80=E6=9C=89=20aiohttp=20=E8=B0=83?= =?UTF-8?q?=E7=94=A8=E8=A2=AB=20except:pass=20=E9=9D=99=E9=BB=98=E5=90=9E?= =?UTF-8?q?=E6=8E=89=20NameError?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/knowledge_bases_list/upload_file.dspy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/knowledge_bases_list/upload_file.dspy b/wwwroot/knowledge_bases_list/upload_file.dspy index d48d1c7..d52604c 100644 --- a/wwwroot/knowledge_bases_list/upload_file.dspy +++ b/wwwroot/knowledge_bases_list/upload_file.dspy @@ -1,4 +1,4 @@ -import base64, os, subprocess +import aiohttp, base64, os, subprocess ns = params_kw.copy() kb_id = ns.get('kb_id', '') folder_id = ns.get('folder', '')