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