mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-12 04:03:42 +08:00
feat: web search
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user