File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff 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
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.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" ,
You can’t perform that action at this time.
0 commit comments