Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · v0.14.0
gptcli
Browse files
Aug 14, 2023
Code reorganization
· d33846e8
gimlab
authored
Aug 14, 2023
View commits for tag v0.14.0
v0.14.0
d33846e8
Mitigated long option problem with single dash
· 0bb3c191
gimlab
authored
Aug 14, 2023
View commits for tag v0.13.2
v0.13.2
0bb3c191
CSV can run with '--json' and '--raw' options
· 9033dc30
gimlab
authored
Aug 14, 2023
View commits for tag v0.13.1
v0.13.1
9033dc30
Aug 13, 2023
Better handling of CSV data
· 13e9d1fa
gimlab
authored
Aug 13, 2023
View commits for tag v0.13.0
v0.13.0
13e9d1fa
Aug 12, 2023
Completed Mutually Exclusive Options
· e37a27cf
gimlab
authored
Aug 12, 2023
View commits for tag v0.12.9
v0.12.9
e37a27cf
Working on mutually exclusive options
· 9f3246a1
gimlab
authored
Aug 12, 2023
View commits for tag v0.12.8
v0.12.8
9f3246a1
Aug 11, 2023
Ask for confirm before creating new csv file
· a0b5462d
gimlab
authored
Aug 11, 2023
View commits for tag v0.12.7
v0.12.7
a0b5462d
Aug 10, 2023
Better handling of mutually exclusive options
· 4c2f2043
gimlab
authored
Aug 10, 2023
View commits for tag v0.12.6
v0.12.6
4c2f2043
Added option '--model-used'
· 80a33048
gimlab
authored
Aug 10, 2023
View commits for tag v0.12.5
v0.12.5
80a33048
Aug 09, 2023
Updated README.md
· ed570bea
gimlab
authored
Aug 09, 2023
View commits for tag v0.12.4
v0.12.4
ed570bea
Export to CSV completed
· f11bcbb9
gimlab
authored
Aug 09, 2023
View commits for tag v0.12.3
v0.12.3
f11bcbb9
Better handling of multiple prompts and regexp
· 84a0ddab
gimlab
authored
Aug 09, 2023
View commits for tag v0.12.2
v0.12.2
84a0ddab
Formatting JSON data for csv
· 37c6f71d
gimlab
authored
Aug 09, 2023
View commits for tag v0.12.1
v0.12.1
37c6f71d
Aug 08, 2023
Begin write csv logic
· 145e137c
gimlab
authored
Aug 08, 2023
View commits for tag v0.12.0
v0.12.0
145e137c
Better logging + data struct for csv
· 69a7e7ef
gimlab
authored
Aug 08, 2023
View commits for tag v0.11.5
v0.11.5
69a7e7ef
Modified version message
· cad3dac1
gimlab
authored
Aug 08, 2023
View commits for tag v0.11.4
v0.11.4
cad3dac1
Bug: 'tiktoken' timeout not handled - FIXED
· 82d210a5
gimlab
authored
Aug 08, 2023
View commits for tag v0.11.3
v0.11.3
82d210a5
Updated README.md
· e39e1c72
gimlab
authored
Aug 08, 2023
View commits for tag v0.11.2
v0.11.2
e39e1c72
'Functions' implementation completed
· f470863d
gimlab
authored
Aug 08, 2023
View commits for tag v0.11.1
v0.11.1
f470863d
Aug 07, 2023
Begin implementing functions
· a743bdfe
gimlab
authored
Aug 07, 2023
View commits for tag v0.11.0
v0.11.0
a743bdfe
Added '--preview' option, to preview prompt
· 5bf7d19e
gimlab
authored
Aug 07, 2023
View commits for tag v0.10.10
v0.10.10
5bf7d19e
Added '--raw' option
· 4fa9307a
gimlab
authored
Aug 07, 2023
View commits for tag v0.10.9
v0.10.9
4fa9307a
Aug 06, 2023
Updated README.md
· f0d6a2d2
gimlab
authored
Aug 06, 2023
View commits for tag v0.10.8
v0.10.8
f0d6a2d2
Updated README.md
· d78814f0
gimlab
authored
Aug 06, 2023
View commits for tag v0.10.7
v0.10.7
d78814f0
Added '--lb' (logit_bias) option
· ce3f9337
gimlab
authored
Aug 06, 2023
View commits for tag v0.10.6
v0.10.6
ce3f9337
Added '--stop' (sequences) option
· af2c4193
gimlab
authored
Aug 06, 2023
View commits for tag v0.10.5
v0.10.5
af2c4193
Added '--name' and '--user' options
· 03c3675c
gimlab
authored
Aug 06, 2023
View commits for tag v0.10.4
v0.10.4
03c3675c
Moderation: added 'true/false' response
· f8c32287
gimlab
authored
Aug 06, 2023
View commits for tag v0.10.3
v0.10.3
f8c32287
Can print full json response
· 92bbb50c
gimlab
authored
Aug 06, 2023
View commits for tag v0.10.2
v0.10.2
92bbb50c
Aug 05, 2023
Added opt 'frequency', 'presence' penalty
· 9cbc8cb1
gimlab
authored
Aug 05, 2023
View commits for tag v0.10.1
v0.10.1
9cbc8cb1
More modular code
· 563e7846
gimlab
authored
Aug 05, 2023
View commits for tag v0.10.0
v0.10.0
563e7846
Added roles: 'system', 'assistant'
· 57b64656
gimlab
authored
Aug 05, 2023
View commits for tag v0.9.0
v0.9.0
57b64656
Aug 04, 2023
Added options 'top_p' and 'answers'
· 109d2af3
gimlab
authored
Aug 04, 2023
View commits for tag v0.8.4
v0.8.4
109d2af3
More efficient input tokens count in stream mode
· ba29ae5b
gimlab
authored
Aug 04, 2023
View commits for tag v0.8.3
v0.8.3
ba29ae5b
Count tokens also in stream mode
· 5adb7ef1
gimlab
authored
Aug 04, 2023
View commits for tag v0.8.2
v0.8.2
5adb7ef1
Aug 03, 2023
Vulnerability 'GO-2023-1987': FIXED
· 7b802d02
gimlab
authored
Aug 03, 2023
View commits for tag v0.8.1
v0.8.1
7b802d02
More modular code: single response vs stream mode
· 3ad25272
gimlab
authored
Aug 03, 2023
View commits for tag v0.8.0
v0.8.0
3ad25272
Aug 02, 2023
Updated README.md
· e90aaf35
gimlab
authored
Aug 02, 2023
View commits for tag v0.7.2
v0.7.2
e90aaf35
Updated README.md
· d4dfa55d
gimlab
authored
Aug 02, 2023
View commits for tag v0.7.1
v0.7.1
d4dfa55d
Removed library 'io/ioutil': DEPRECATED
· 1b98f011
gimlab
authored
Aug 02, 2023
View commits for tag v0.7.0
v0.7.0
1b98f011
Loading