0xacx
192a67229a
Update README.md
2023-03-15 16:37:36 +02:00
0xacx
b9cd5477e0
Update README.md
2023-03-15 10:06:09 +02:00
0xacx
d117a7390d
Update README.md
2023-03-15 09:58:52 +02:00
0xacx
0a35161031
Merge pull request #39 from 0xacx/set-gpt3.5-turbo-as-default-model
...
Set gpt3.5 turbo as default model
2023-03-15 09:53:48 +02:00
acx
ae49db56d1
Make gpt-3.5 default, add support for gpt-4
2023-03-15 09:51:47 +02:00
acx
f8b01ed1de
Merge branch 'main' into set-gpt3.5-turbo-as-default-model
2023-03-15 09:29:33 +02:00
0xacx
d51b0de369
Update README.md
2023-03-12 01:17:40 +02:00
0xacx
01962d9e6b
Merge pull request #37 from 0xacx/remove-unnecessary-h-flag-sed
...
Remove flag to make sed command correct for linux
2023-03-12 00:48:09 +02:00
acx
e487b01fbf
Remove flag to make sed command correct for linux
2023-03-12 00:45:37 +02:00
acx
22c870c38d
Make turbo the default model
2023-03-11 00:29:00 +02:00
0xacx
6b641ca86f
Update README.md
2023-03-10 14:07:20 +02:00
0xacx
6170447d05
Merge pull request #34 from 0xacx/fix-asterisk-escaping-issue
...
Enable global ignore of * to not expand to files when used in echo
2023-03-10 13:43:57 +02:00
0xacx
46e3db2298
Merge pull request #33 from 0xacx/add-xdg-open-to-linux-installs
...
Replace open command with xdg-open when install runs on linux
2023-03-10 13:31:09 +02:00
acx
28673a9c25
Enable global ignore of * to not expand to files when used in echo
2023-03-10 13:24:47 +02:00
acx
d5c31f89eb
Replace open command with xdg-open when install runs on linux
2023-03-10 11:12:32 +02:00
0xacx
4aa45beda5
Update README.md
2023-03-08 15:42:12 +02:00
0xacx
89549cf318
Update README.md
2023-03-07 00:58:24 +02:00
0xacx
97543d1a1d
Merge pull request #30 from 0xacx/allow-input-editing
...
Allow input editing
2023-03-07 00:50:29 +02:00
acx
6244388c57
Allow input editing
2023-03-07 00:48:30 +02:00
0xacx
e90748a630
Merge pull request #27 from dmd/patch-1
...
enable readline
2023-03-07 00:45:48 +02:00
Daniel M. Drucker
163fc5f227
enable readline
...
Allow readline interactivity - editing of input.
2023-03-04 16:37:49 -05:00
0xacx
a8b61627b2
Merge pull request #25 from oligeo/bugfixes
...
Update chatgpt.sh
2023-03-03 01:24:34 +02:00
oligeo
38c95afc52
Update chatgpt.sh
...
With the new chat completion mode it is not possible to influence the init prompt. So it should be set in the initprompt parameters.
It is wrong to execute two shifts with the switch parameters.
it should also be considered whether the context mode can be omitted due to the new chat completion mode
2023-03-02 22:17:50 +01:00
0xacx
a60e191acb
Update README.md
2023-03-02 18:26:20 +02:00
0xacx
80c861d312
Update README.md
2023-03-02 18:24:56 +02:00
0xacx
0901656e67
Merge pull request #24 from 0xacx/add-gpt3.5-turbo-model
...
Add gpt3.5 turbo model
2023-03-02 18:24:01 +02:00
0xacx
13ec82fb3a
Update README.md
2023-03-02 18:23:44 +02:00
acx
c6efe1ce38
autoformatting
2023-03-02 18:07:57 +02:00
acx
364b15bf78
add history, system prompt, save and resend previous messages for gpt3.5turbo model
2023-03-02 18:06:18 +02:00
0xacx
76b86acbc7
Merge pull request #23 from biaocy/add-chat-completion
...
Add chat completion
2023-03-02 17:54:11 +02:00
biaocy
3d96e6382c
Add chat completion
2023-03-02 13:47:12 +08:00
0xacx
37ce954aa5
Update README.md
2023-03-01 17:32:39 +02:00
0xacx
bbd67d0e9b
Update README.md
2023-03-01 17:20:35 +02:00
0xacx
281b5513c7
Update README.md
2023-02-28 15:43:55 +02:00
0xacx
99675ee244
Update README.md
2023-02-28 15:39:10 +02:00
0xacx
097563caa0
Update README.md
2023-02-28 15:38:25 +02:00
0xacx
19cc5748b6
Update README.md
2023-02-28 15:23:31 +02:00
0xacx
edbdebd628
Update README.md
2023-02-28 15:10:03 +02:00
0xacx
3a1ee8509c
Update README.md
2023-02-27 01:22:28 +02:00
0xacx
234330743f
Update README.md
2023-02-27 01:05:42 +02:00
0xacx
27faa1099b
Create README.md
2023-02-27 01:04:53 +02:00
0xacx
046aab87fc
Merge pull request #21 from 0xacx/pipe-mode-and-more
...
Add pipe mode, init prompt and prompt from file and as arguments
2023-02-27 00:33:37 +02:00
acx
d7d0394b95
Add pipe mode, init prompt and prompt from file and as arguments
2023-02-27 00:13:25 +02:00
0xacx
1c23d48ce2
Merge pull request #19 from 0xacx/cleanup
...
Method extractions, snakecase everywhere, because ppl would think I h…
2023-02-24 14:14:23 +02:00
acx
bdd5effd7f
Method extractions, snakecase everywhere, because ppl would think I haven't read Clean Code:p
2023-02-24 13:57:20 +02:00
0xacx
8594884c79
Update README.md
2023-02-16 01:13:20 +02:00
0xacx
a130477ef3
Update README.md
2023-02-16 01:09:38 +02:00
0xacx
a18d90a2bb
Update README.md
2023-02-16 01:00:57 +02:00
0xacx
67cb0f497d
Merge pull request #18 from 0xacx/add-conversational-context
...
Add conversational context
2023-02-16 00:32:04 +02:00
axilleasx
32681c4c3d
Finalise chat context, build cc in memory
2023-02-15 23:40:10 +02:00