File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed
Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1717 "repository" : " https://github.com/Rbb666/llm_chat" ,
1818 "homepage" : " https://github.com/Rbb666/llm_chat#readme" ,
1919 "site" : [
20+ {
21+ "version" : " v1.2.0" ,
22+ "URL" : " https://github.com/Rbb666/llm_chat/archive/refs/tags/1.2.0.zip" ,
23+ "filename" : " llm_chat-1.2.0.zip"
24+ },
2025 {
2126 "version" : " v1.0.0" ,
2227 "URL" : " https://github.com/Rbb666/llm_chat/archive/refs/tags/1.0.0.zip" ,
You can’t perform that action at this time.
0 commit comments