From 6a84f82fe8bd4cce8dd21de464fda534cc749761 Mon Sep 17 00:00:00 2001 From: junleea <354425203@qq.com> Date: Sat, 10 May 2025 15:23:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8D=83=E5=B8=86=E5=A4=A7?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proto/status.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/status.go b/proto/status.go index d4ac258..d88c4b0 100644 --- a/proto/status.go +++ b/proto/status.go @@ -144,7 +144,7 @@ const ( ModelTypeSpark = "spark" ModelTypeDouBao = "doubao" ModelTypeOllama = "ollama" - ModelTypeQianfan = "qianfann" + ModelTypeQianfan = "qianfan" KnowledgeBaseServerResponseType = "kbase_query_resp" )