mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-16 14:03:43 +08:00
feat: #3110 add voice control
This commit is contained in:
@@ -64,6 +64,8 @@ export const ALL_LANG_OPTIONS: Record<Lang, string> = {
|
||||
bn: "বাংলা",
|
||||
};
|
||||
|
||||
export const SPEECH_LANG_OPTIONS: Record<Lang, string> = {};
|
||||
|
||||
const LANG_KEY = "lang";
|
||||
const DEFAULT_LANG = "en";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user