Skip to content

Commit a086936

Browse files
authored
更新llmchat软件包,增加控制示例编译的宏 (#1896)
1 parent e6f256f commit a086936

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ai/llmchat/Kconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,12 @@ if PKG_USING_LLMCHAT
118118
config PKG_LLMCHAT_DBG
119119
bool "Enable llmchat debug"
120120
default n
121+
122+
menu "Enable llmchat example"
123+
config PKG_USING_LLMCHAT_DEMO
124+
bool "select llm_contory demo"
125+
default n
126+
endmenu
121127

122128
choice
123129
prompt "Version"

0 commit comments

Comments
 (0)