Skip to content

Commit 9eb428f

Browse files
committed
[llmchat]添加软件包配置项
1 parent 56e3f26 commit 9eb428f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

ai/llmchat/Kconfig

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,32 @@ if PKG_USING_LLMCHAT
8989
"https://api.deepseek.com/chat/completions"
9090
endif
9191

92+
config PKG_LLM_THREAD_STACK_SIZE
93+
int "llm thread size"
94+
default 10240
95+
help
96+
llm thread size
97+
98+
config PKG_LLM_CMD_BUFFER_SIZE
99+
int "llm cmd input buffer size"
100+
default 256
101+
help
102+
llm cmd input buffer size
103+
92104
config PKG_WEB_SORKET_BUFSZ
93105
int "webclient session buffer size"
94106
default 2048
95107
help
96108
webclient session buffer size
97109

110+
config PKG_LLMCHAT_STREAM
111+
bool "Enable llmchat http stream"
112+
default y
113+
114+
config PKG_LLMCHAT_DBG
115+
bool "Enable llmchat debug"
116+
default n
117+
98118
choice
99119
prompt "Version"
100120
default PKG_USING_LLMCHAT_LATEST_VERSION

0 commit comments

Comments
 (0)