From 9a19a8924db8ef48a072994abadd6057c22c2a0a Mon Sep 17 00:00:00 2001 From: liuweiqing Date: Wed, 3 Jul 2024 22:17:42 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20gpt4=E5=9B=A0=E4=B8=BAcoze=E6=94=B6?= =?UTF-8?q?=E8=B4=B9=E4=B8=8D=E8=83=BD=E7=94=A8=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/QuillEditor.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/QuillEditor.tsx b/components/QuillEditor.tsx index 3ac5399..46afe21 100644 --- a/components/QuillEditor.tsx +++ b/components/QuillEditor.tsx @@ -110,7 +110,7 @@ const QEditor = ({ lng }) => { //选择语言模型 const [selectedModel, setSelectedModel] = useLocalStorage( "gpt语言模型", - "gpt-4" + "deepseek-chat" ); // 默认选项 const [generatedPaperNumber, setGeneratedPaperNumber] = useLocalStorage( "生成次数", @@ -591,7 +591,7 @@ const QEditor = ({ lng }) => { className=" border border-gray-300 bg-white py-2 px-3 rounded leading-tight focus:outline-none focus:bg-white focus:border-gray-500 " > - + {/* */}