[update] update llm-openai-api version

This commit is contained in:
LittleMouse
2025-12-26 17:11:23 +08:00
parent 9c7ba31bb5
commit 312791ed9e
2 changed files with 3 additions and 3 deletions
@@ -18,7 +18,7 @@ LINK_SEARCH_PATH = []
STATIC_FILES = []
ModuleLLMOpenAIPluginPath = wget_github_commit('https://github.com/m5stack/ModuleLLM-OpenAI-Plugin.git', '50efecaf566a04c1786b7eda2208a0cdefd53dde', True)
ModuleLLMOpenAIPluginPath = wget_github_commit('https://github.com/m5stack/ModuleLLM-OpenAI-Plugin.git', '52e951b32551f37299afc596c9cd3e8e20354054', True)
python_venv = check_wget_down("https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/linux/llm/m5stack_llm-openai-api-python-venv_v1.6.tar.gz", 'm5stack_llm-openai-api-python-venv_v1.6.tar.gz')
@@ -52,7 +52,7 @@ ignore['ignore'] = list(set(ignore['ignore']))
with open('../dist/fileignore', 'w') as f:
json.dump(ignore, f, indent=4)
env['COMPONENTS'].append({'target':'llm_openai_api-1.9',
env['COMPONENTS'].append({'target':'llm_openai_api-1.10',
'SRCS':SRCS,
'INCLUDE':INCLUDE,
'PRIVATE_INCLUDE':PRIVATE_INCLUDE,
+1 -1
View File
@@ -387,7 +387,7 @@ if __name__ == "__main__":
'llm-depth-anything':[create_bin_deb,'llm-depth-anything', '1.7', src_folder, revision],
'llm-vad':[create_bin_deb,'llm-vad', '1.8', src_folder, revision],
'llm-whisper':[create_bin_deb,'llm-whisper', '1.8', src_folder, revision],
'llm-openai-api':[create_bin_deb,'llm-openai-api', '1.9', src_folder, revision],
'llm-openai-api':[create_bin_deb,'llm-openai-api', '1.10', src_folder, revision],
'llm-cosy-voice':[create_bin_deb,'llm-cosy-voice', '1.10', src_folder, revision],
# keyword spotting Audio file
'llm-model-audio-en-us':[create_data_deb,'llm-model-audio-en-us', data_version, src_folder, revision],