From a2cb2a815585de1e73771a69e522a89f9b4f2e9d Mon Sep 17 00:00:00 2001 From: zhiyu1998 <542716863@qq.com> Date: Sat, 24 Aug 2024 17:33:27 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=9F=20feat:=20`#linux`=E5=91=BD?= =?UTF-8?q?=E4=BB=A4=E6=B7=BB=E5=8A=A0AI=E5=8A=9F=E8=83=BD=E8=87=AA?= =?UTF-8?q?=E5=AD=A6=E4=B9=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- constants/query.js | 1 + 1 file changed, 1 insertion(+) diff --git a/constants/query.js b/constants/query.js index 771872c..a03c6e8 100644 --- a/constants/query.js +++ b/constants/query.js @@ -15,6 +15,7 @@ export const LINUX_AI_PROMPT = "- Role: Linux命令专家\n" + " 1. 访问并分析用户提供的网站链接。\n" + " 2. 提取网站上的Linux命令及其常见用法。\n" + " 3. 将提取的信息以简洁明了的方式组织成列表。\n" + + " 4. 返回格式为\"[命令]: [命令的解释],例如:ls -l: 列出目录所有内容。\n" + "- Examples:\n" + " - 例子1: 命令 'ls' — 列出目录内容。\n" + " - 例子2: 命令 'cd' — 更改当前目录。\n" +