-
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.27.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.27.0/aichat-v0.27.0-x86_64-pc-windows-msvc.zip",
"hash": "09b67e2c4d7ac212564fa88df4945c526f8d84a371bfa294dd5896b82a189137"
},
"32bit": {
"url": "https://github.com/sigoden/aichat/releases/download/v0.27.0/aichat-v0.27.0-i686-pc-windows-msvc.zip",
"hash": "a7a70e052c68444dad19b07ccd1d6a90f7350b261f9a5498252f3f846d154f21"
}
},
"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"
}
}
}
}