From f9e0c29c0877d6c625a29756da90a3da3cfad81b Mon Sep 17 00:00:00 2001 From: fofolee Date: Sun, 30 Mar 2025 10:58:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96AI=E5=8A=A9=E6=89=8B=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E8=AF=8D=EF=BC=8C=E8=A7=A3=E5=86=B3deepseek-v3?= =?UTF-8?q?=E8=BF=94=E5=9B=9E```markdown=E5=BC=80=E5=A4=B4=E7=9A=84?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E7=9A=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ai/AIAssistantSideBar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ai/AIAssistantSideBar.vue b/src/components/ai/AIAssistantSideBar.vue index 7f1f758..db6c251 100644 --- a/src/components/ai/AIAssistantSideBar.vue +++ b/src/components/ai/AIAssistantSideBar.vue @@ -312,7 +312,7 @@ export default defineComponent({ const specificInstructions = languageSpecific[language] || ""; const lastInstructions = - "\n请直接给我MARKDOWN格式的代码,任何情况下都不需要做解释和说明"; + "\n请直接给我MARKDOWN格式的代码(以```脚本语言开头,以```结尾),任何情况下都不需要做解释和说明"; return commonInstructions + specificInstructions + lastInstructions; },