style: 更新BotHello文本为“start 🏄”并移除多个插件条目
This commit is contained in:
parent
108069a0c6
commit
0104c08068
|
@ -565,7 +565,7 @@ const cn = {
|
||||||
},
|
},
|
||||||
Store: {
|
Store: {
|
||||||
DefaultTopic: "新的聊天",
|
DefaultTopic: "新的聊天",
|
||||||
BotHello: "有什么可以帮你的吗",
|
BotHello: "start 🏄",
|
||||||
Error: "出错了,稍后重试吧",
|
Error: "出错了,稍后重试吧",
|
||||||
Prompt: {
|
Prompt: {
|
||||||
History: (content: string) => "这是历史聊天总结作为前情提要:" + content,
|
History: (content: string) => "这是历史聊天总结作为前情提要:" + content,
|
||||||
|
|
|
@ -3,15 +3,5 @@
|
||||||
"id": "dalle3",
|
"id": "dalle3",
|
||||||
"name": "Dalle3",
|
"name": "Dalle3",
|
||||||
"schema": "https://ghp.ci/https://raw.githubusercontent.com/ChatGPTNextWeb/NextChat-Awesome-Plugins/main/plugins/dalle/openapi.json"
|
"schema": "https://ghp.ci/https://raw.githubusercontent.com/ChatGPTNextWeb/NextChat-Awesome-Plugins/main/plugins/dalle/openapi.json"
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "arxivsearch",
|
|
||||||
"name": "ArxivSearch",
|
|
||||||
"schema": "https://ghp.ci/https://raw.githubusercontent.com/ChatGPTNextWeb/NextChat-Awesome-Plugins/main/plugins/arxivsearch/openapi.json"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "duckduckgolite",
|
|
||||||
"name": "DuckDuckGoLiteSearch",
|
|
||||||
"schema": "https://ghp.ci/https://raw.githubusercontent.com/ChatGPTNextWeb/NextChat-Awesome-Plugins/main/plugins/duckduckgolite/openapi.json"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue