File tree 1 file changed +24
-0
lines changed
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "version" : " 0.1.1" ,
3
+ "description" : " GPTScript is a new scripting language to automate your interaction with a Large Language Model (LLM), namely OpenAI" ,
4
+ "homepage" : " https://github.com/gptscript-ai/gptscript" ,
5
+ "license" : " Apache 2.0" ,
6
+ "architecture" : {
7
+ "64bit" : {
8
+ "url" : " https://github.com/gptscript-ai/gptscript/releases/download/v0.1.1/gptscript-v0.1.1-windows-amd64.zip" ,
9
+ "hash" : " 252D415FDE51636757A70DE22675BD1AB7D5960DD56DD82A0F60F7BA8FD05869"
10
+ }
11
+ },
12
+ "bin" : " gptscript.exe" ,
13
+ "checkver" : " github" ,
14
+ "autoupdate" : {
15
+ "architecture" : {
16
+ "64bit" : {
17
+ "url" : " https://github.com/gptscript-ai/gptscript/releases/download/v$version/gptscript-v$version-windows-amd64.zip"
18
+ }
19
+ },
20
+ "hash" : {
21
+ "url" : " $baseurl/checksums.txt"
22
+ }
23
+ }
24
+ }
You can’t perform that action at this time.
0 commit comments