Skip to content

Commit 27a16a4

Browse files
author
LittleMouse
committed
[update] llm-openai-version fix kws
1 parent d489723 commit 27a16a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projects/llm_framework/main_kws_new/SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ LDFLAGS+=['-Wl,-rpath=/opt/m5stack/lib', '-Wl,-rpath=/usr/local/m5stack/lib', '-
2323
LINK_SEARCH_PATH += [ADir('../static_lib')]
2424

2525
INCLUDE += [
26-
ADir('../static_lib/include/sherpa/'),
26+
ADir('../static_lib/include/sherpa/fbank'),
2727
ADir('../static_lib/include/sherpa/sherpa-onnx/onnxruntime-src'),
2828
]
2929

projects/llm_framework/main_openai_api/SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ LINK_SEARCH_PATH = []
1818
STATIC_FILES = []
1919

2020

21-
ModuleLLMOpenAIPluginPath = wget_github_commit('https://github.com/m5stack/ModuleLLM-OpenAI-Plugin.git', '9612b20800eb1708e648744e3cb333c4f743811c', True)
21+
ModuleLLMOpenAIPluginPath = wget_github_commit('https://github.com/m5stack/ModuleLLM-OpenAI-Plugin.git', '748ec04e6dde31e6283921e9635204b4b8f8ede2', True)
2222
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')
2323

2424

0 commit comments

Comments
 (0)