Skip to content

Commit f728415

Browse files
committed
更新llmchat软件包版本
1 parent 68f4a3a commit f728415

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

ai/llmchat/Kconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,15 @@ if PKG_USING_LLMCHAT
125125
help
126126
Select the llm version
127127

128+
config PKG_USING_LLMCHAT_V130
129+
bool "v1.3.0"
130+
131+
config PKG_USING_LLMCHAT_V120
132+
bool "v1.2.0"
133+
134+
config PKG_USING_LLMCHAT_V110
135+
bool "v1.1.0"
136+
128137
config PKG_USING_LLMCHAT_V100
129138
bool "v1.0.0"
130139

@@ -134,6 +143,9 @@ if PKG_USING_LLMCHAT
134143

135144
config PKG_LLMCHAT_VER
136145
string
146+
default "v1.3.0" if PKG_USING_LLMCHAT_V130
147+
default "v1.2.0" if PKG_USING_LLMCHAT_V120
148+
default "v1.1.0" if PKG_USING_LLMCHAT_V110
137149
default "v1.0.0" if PKG_USING_LLMCHAT_V100
138150
default "latest" if PKG_USING_LLMCHAT_LATEST_VERSION
139151

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

0 commit comments

Comments
 (0)