feat: web search

This commit is contained in:
Hk-Gosuto
2025-02-25 12:57:21 +08:00
parent 657e44b501
commit 59dd3213f8
34 changed files with 404 additions and 102 deletions

View File

@@ -75,9 +75,12 @@ const en: LocaleType = {
DisablePlugins: "Disable Plugins",
UploadImage: "Upload Images",
UploadFle: "Upload Files",
OpenWebSearch: "Enable Web Search",
CloseWebSearch: "Disable Web Search",
},
Rename: "Rename Chat",
Typing: "Typing…",
Searching: "Searching…",
Input: (submitKey: string) => {
var inputHints = `${submitKey} to send`;
if (submitKey === String(SubmitKey.Enter)) {