-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathaichat.json
28 lines (28 loc) · 1.11 KB
/
aichat.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"version": "0.26.0",
"description": "A powerful chatgpt cli",
"homepage": "https://github.com/sigoden/aichat",
"license": "MIT|Apache",
"architecture": {
"64bit": {
"url": "https://github.com/sigoden/aichat/releases/download/v0.26.0/aichat-v0.26.0-x86_64-pc-windows-msvc.zip",
"hash": "04996c4f12feadf51ec38287f2fae7a361b053276ff80dba7830b540503ba2cd"
},
"32bit": {
"url": "https://github.com/sigoden/aichat/releases/download/v0.26.0/aichat-v0.26.0-i686-pc-windows-msvc.zip",
"hash": "016bc041d63fecd232f650973a133bc254c1ca937e9f4dc091cb1310d3c490db"
}
},
"bin": "aichat.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/sigoden/aichat/releases/download/v$version/aichat-v$version-x86_64-pc-windows-msvc.zip"
},
"32bit": {
"url": "https://github.com/sigoden/aichat/releases/download/v$version/aichat-v$version-i686-pc-windows-msvc.zip"
}
}
}
}