这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions ai/llmchat/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,32 @@ if PKG_USING_LLMCHAT
"https://api.deepseek.com/chat/completions"
endif

config PKG_LLM_THREAD_STACK_SIZE
int "llm thread size"
default 10240
help
llm thread size

config PKG_LLM_CMD_BUFFER_SIZE
int "llm cmd input buffer size"
default 256
help
llm cmd input buffer size

config PKG_WEB_SORKET_BUFSZ
int "webclient session buffer size"
default 2048
help
webclient session buffer size

config PKG_LLMCHAT_STREAM
bool "Enable llmchat http stream"
default y

config PKG_LLMCHAT_DBG
bool "Enable llmchat debug"
default n

choice
prompt "Version"
default PKG_USING_LLMCHAT_LATEST_VERSION
Expand Down
5 changes: 5 additions & 0 deletions ai/llmchat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
"repository": "https://github.com/Rbb666/llm_chat",
"homepage": "https://github.com/Rbb666/llm_chat#readme",
"site": [
{
"version": "v1.2.0",
"URL": "https://github.com/Rbb666/llm_chat/archive/refs/tags/1.2.0.zip",
"filename": "llm_chat-1.2.0.zip"
},
{
"version": "v1.0.0",
"URL": "https://github.com/Rbb666/llm_chat/archive/refs/tags/1.0.0.zip",
Expand Down