mini板增加讯飞语音

This commit is contained in:
Irene-Maxine
2025-10-18 13:54:27 +08:00
parent be13c0f411
commit d105bf68ec
10 changed files with 303 additions and 29 deletions

View File

@@ -4048,5 +4048,20 @@ 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)'
En.llm_set_callback_tooltip = 'tpyes (string,number(includde float),integer,boolean)';
En.MIXLY_SELECT_MODEL = 'select model';
En.MIXLY_BACKSTAGE = 'backstage';
En.MIXLY_FUNCTION_NAME = 'name of function';
En.MIXLY_FUNCTION_DESCRIPTION = 'descriptioni of function';
En.MIXLY_NAME_OF_PARAMS = 'name of params';
En.MIXLY_TYPE_STRING = 'string';
En.MIXLY_TYPE_NUMBER = 'number';
En.MIXLY_TYPE_INTEGER = 'integer';
En.MIXLY_TYPE_BOOLEAN = 'boolean';
En.MIXLY_TYPE_NULL = 'null';
En.MIXLY_DESCRIPTION = 'description';
En.MIXLY_KJWX = 'scientific research model';
En.MIXLY_DIALOGUE_BACKGROUND = 'dialogue backgroud';
En.MIXLY_CUSTOMIZE_MODEL = 'customize model';
En.MIXLY_SUPPORT = 'support';
})();