mini增加云端智能-语音交互

This commit is contained in:
Irene-Maxine
2025-10-14 14:20:52 +08:00
parent e088cdcafb
commit 027a40d3a0
9 changed files with 319 additions and 3 deletions

View File

@@ -176,7 +176,9 @@ En.MSG = {
enablePythonToBlockly: "Blocks↔Code",
catSearch: "Search",
wiki: "Wiki",
catTinyWebDB: "TinyWebDB"
catTinyWebDB: "TinyWebDB",
catCloudAI:"Cloud Intelligence",
catVI:"Voice Isnteraction"
};
/* 多重选择 */
@@ -4041,4 +4043,10 @@ En.MIXLY_TENSORFLOW_LOAD_MODEL = 'Use imported model';
En.MIXLY_TENSORFLOW_MODEL_NAME = 'Model name';
En.MIXLY_TENSORFLOW_PREPARE_PICTURE_TO_TENSOR = 'Preprocess image to tensor';
En.MIXLY_TENSORFLOW_PREPARE_PICTURE_READ_PICTURE = 'Read image';
En.MIXLY_XUFEI = 'xunfei';
En.MIXLY_LARGE_LANGUAGE_MODEL = 'large language model';
En.init_xunfei_vi_op_tooltip = 'return text result of speech recognition';
En.MIXLY_RUN = 'run';
En.init_xunfei_vi_run_tooltip = 'return large language model text output';
En.llm_set_callback_tooltip = 'tpyes (string,number(includde float),integer,boolean)'
})();