Skip to content

Commit 18abb2d

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

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-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

ai/llmchat/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
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",

0 commit comments

Comments
 (0)