add plugin selector on chat

This commit is contained in:
lloydzhou
2024-07-25 13:29:39 +08:00
parent b4bf11d648
commit 044116c14c
6 changed files with 43 additions and 3 deletions

View File

@@ -450,6 +450,7 @@ const cn = {
},
Plugin: {
Name: "插件",
Artifact: "Artifact",
},
FineTuned: {
Sysmessage: "你是一个助手",

View File

@@ -457,6 +457,7 @@ const en: LocaleType = {
},
Plugin: {
Name: "Plugin",
Artifact: "Artifact",
},
FineTuned: {
Sysmessage: "You are an assistant that",