forked from aandrew-me/tgpt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tgpt.json
32 lines (31 loc) · 822 Bytes
/
tgpt.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
29
30
31
32
{
"homepage": "https://github.com/aandrew-me/tgpt",
"version": "1.7.0",
"description": "ChatGPT in terminal without needing API keys",
"license": "GPL-3",
"architecture": {
"64bit": {
"url": "https://github.com/aandrew-me/tgpt/releases/download/v1.7.0/tgpt-amd64.exe"
},
"32bit": {
"url": "https://github.com/aandrew-me/tgpt/releases/download/v1.7.0/tgpt-i386.exe"
}
},
"bin": ["tgpt-amd64.exe", ["tgpt-amd64.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"
}
},
"hash": {
"url": "$url.sha256"
}
}
}