mini增加云端智能-语音交互
This commit is contained in:
@@ -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)'
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user