Skip to content

Commit d56f35d

Browse files
committed
llmchat package update to 1.4.0.
1 parent fa91d55 commit d56f35d

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

ai/llmchat/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,9 @@ if PKG_USING_LLMCHAT
140140
help
141141
Select the llm version
142142

143+
config PKG_USING_LLMCHAT_V140
144+
bool "v1.4.0"
145+
143146
config PKG_USING_LLMCHAT_V130
144147
bool "v1.3.0"
145148

@@ -158,6 +161,7 @@ if PKG_USING_LLMCHAT
158161

159162
config PKG_LLMCHAT_VER
160163
string
164+
default "v1.4.0" if PKG_USING_LLMCHAT_V140
161165
default "v1.3.0" if PKG_USING_LLMCHAT_V130
162166
default "v1.2.0" if PKG_USING_LLMCHAT_V120
163167
default "v1.1.0" if PKG_USING_LLMCHAT_V110

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.4.0",
22+
"URL": "https://github.com/Rbb666/llm_chat/archive/refs/tags/1.4.0.zip",
23+
"filename": "llm_chat-1.4.0.zip"
24+
},
2025
{
2126
"version": "v1.3.0",
2227
"URL": "https://github.com/Rbb666/llm_chat/archive/refs/tags/1.3.0.zip",

0 commit comments

Comments
 (0)