-
Notifications
You must be signed in to change notification settings - Fork 344
Expand file tree
/
Copy pathtgpt.json
More file actions
39 lines (39 loc) · 1.3 KB
/
Copy pathtgpt.json
File metadata and controls
39 lines (39 loc) · 1.3 KB
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
29
30
31
32
33
34
35
36
37
38
39
{
"homepage": "https://github.com/aandrew-me/tgpt",
"version": "2.14.0",
"description": "ChatGPT in terminal for free",
"license": "GPL-3",
"architecture": {
"64bit": {
"url": "https://github.com/aandrew-me/tgpt/releases/download/v2.14.0/tgpt-amd64.exe",
"bin": [["tgpt-amd64.exe", "tgpt"]]
},
"32bit": {
"url": "https://github.com/aandrew-me/tgpt/releases/download/v2.14.0/tgpt-i386.exe",
"bin": [["tgpt-i386.exe", "tgpt"]]
},
"arm64": {
"url": "https://github.com/aandrew-me/tgpt/releases/download/v2.14.0/tgpt-arm64.exe",
"bin": [["tgpt-arm64.exe", "tgpt"]]
}
},
"checkver": {
"github": "https://github.com/aandrew-me/tgpt"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/aandrew-me/tgpt/releases/download/v$version/tgpt-amd64.exe"
},
"32bit": {
"url": "https://github.com/aandrew-me/tgpt/releases/download/v$version/tgpt-i386.exe"
},
"arm64": {
"url": "https://github.com/aandrew-me/tgpt/releases/download/v$version/tgpt-arm64.exe"
}
},
"hash": {
"url": "$url.sha256"
}
}
}