Travis Fischer
|
94d54836a7
|
fix: resetThread should never throw
|
2022-12-16 17:07:32 -06:00 |
Travis Fischer
|
bddad8b73f
|
Merge pull request #152 from alex12058/add_browser_path_opt
Closes https://github.com/transitive-bullshit/chatgpt-api/issues/140
|
2022-12-16 17:07:07 -06:00 |
Travis Fischer
|
a92e617e7c
|
Merge pull request #153 from trietphm/patch-1
|
2022-12-16 17:02:20 -06:00 |
Triet Pham
|
473e6661cc
|
Add Slack Bot to Readme
|
2022-12-16 21:54:21 +07:00 |
Alex Shand
|
e5cad7a55e
|
feature: Add browserPath option
|
2022-12-17 00:02:33 +10:00 |
Travis Fischer
|
abd6dd1c2f
|
chore: update auto-generated docs
|
2022-12-16 01:38:20 -06:00 |
Travis Fischer
|
d27238c49a
|
2.5.0
|
2022-12-16 01:36:57 -06:00 |
Travis Fischer
|
f5c277f1d4
|
Merge pull request #148 from transitive-bullshit/feature/browser-improvements
|
2022-12-16 01:34:53 -06:00 |
Travis Fischer
|
83855626d9
|
fix: conversation support
|
2022-12-16 01:33:42 -06:00 |
Travis Fischer
|
d2cd6f8162
|
feat: add timeout support for browser sendMessage
|
2022-12-16 01:05:33 -06:00 |
Travis Fischer
|
8f5c9af919
|
👈
|
2022-12-16 00:29:48 -06:00 |
Travis Fischer
|
ad7853a096
|
feat: improve browser version with conversation support
|
2022-12-16 00:28:30 -06:00 |
Travis Fischer
|
9aeb17e7f7
|
fix: minor fix for timeouts
|
2022-12-15 21:33:24 -06:00 |
Travis Fischer
|
b4f1ff799b
|
2.4.2
|
2022-12-15 19:00:26 -06:00 |
Travis Fischer
|
025f9682e4
|
fix: timeouts for browser
|
2022-12-15 19:00:09 -06:00 |
Travis Fischer
|
504d8d513b
|
docs: update readme status
|
2022-12-15 17:49:22 -06:00 |
Travis Fischer
|
24620632ac
|
docs: update readme status
|
2022-12-15 17:49:10 -06:00 |
Travis Fischer
|
769836e2f8
|
2.4.1
|
2022-12-15 17:26:21 -06:00 |
Travis Fischer
|
eaff91a6e6
|
feat: add browser-based conversation demo
|
2022-12-15 17:26:03 -06:00 |
Travis Fischer
|
186864a99c
|
2.4.0
|
2022-12-15 17:19:08 -06:00 |
Travis Fischer
|
278ed47dc5
|
Merge pull request #142 from transitive-bullshit/feature/improve-robustness
|
2022-12-15 17:17:53 -06:00 |
Travis Fischer
|
0d3ca08c78
|
🍯
|
2022-12-15 17:17:37 -06:00 |
Travis Fischer
|
53464d0298
|
chore: update auto-generated docs
|
2022-12-15 17:15:38 -06:00 |
Travis Fischer
|
16d16993cd
|
docs: update readme for browser-based solution status
|
2022-12-15 17:14:14 -06:00 |
Travis Fischer
|
fdb60f633a
|
fix: minor cleanups
|
2022-12-15 16:59:28 -06:00 |
Travis Fischer
|
1f1fc66429
|
feat: close browser on error
|
2022-12-15 02:14:17 -06:00 |
Travis Fischer
|
573b16251e
|
Merge pull request #144 from samaritanz/main
|
2022-12-15 01:42:53 -06:00 |
Travis Fischer
|
b3f71bc1e4
|
feat: bump reload timeout
|
2022-12-15 01:39:09 -06:00 |
Travis Fischer
|
8e0f32b444
|
feat: add timeout support to browser sendMessage
|
2022-12-15 01:35:09 -06:00 |
samatitanz
|
7817ca0aba
|
feat:fix cli
|
2022-12-15 15:25:38 +08:00 |
Travis Fischer
|
0d09ca965f
|
feat: handle session expiration gracefully
|
2022-12-15 00:44:17 -06:00 |
Travis Fischer
|
6b6de5845c
|
Merge pull request #143 from waylaidwanderer/feature/improve-robustness
|
2022-12-15 00:35:03 -06:00 |
Joel
|
b8a3fe0d2a
|
Merge branch 'feature/improve-robustness' into feature/improve-robustness
|
2022-12-14 22:27:41 -08:00 |
Joel
|
16d144adab
|
fix: properly handle messages with newlines
Pressing Enter would normally send the current message, so now the code splits it up by newlines and uses Shift+Enter unless it's the last split.
|
2022-12-14 22:24:03 -08:00 |
Travis Fischer
|
7ddac69223
|
feat: more WIP..
|
2022-12-15 00:22:31 -06:00 |
Travis Fischer
|
2e0990e9be
|
feat: add ChatGPTAPIBrowser for increased robustness; less efficient but less 429/403/503 errors
|
2022-12-14 22:41:43 -06:00 |
Travis Fischer
|
dd872320ae
|
feat: trying to fix capacity testing
|
2022-12-14 21:27:46 -06:00 |
Travis Fischer
|
ae9eedc138
|
2.3.3
|
2022-12-14 21:24:38 -06:00 |
Travis Fischer
|
0385b8d7df
|
feat: fix capacity error
|
2022-12-14 21:24:19 -06:00 |
Travis Fischer
|
61e9148805
|
Merge pull request #110 from MrlolDev/main
|
2022-12-14 16:39:32 -06:00 |
Travis Fischer
|
f2a0e61d9a
|
Merge pull request #139 from waylaidwanderer/fix/remove-unnecessary-console-logging
|
2022-12-14 16:12:40 -06:00 |
Joel
|
5170641e89
|
fix: remove unnecessary console logging
Removes unnecessary console logging in `checkForChatGPTAtCapacity()` and puts the alert message into the error message.
|
2022-12-14 13:17:21 -08:00 |
Travis Fischer
|
d598482f7c
|
🏬
|
2022-12-14 13:23:00 -06:00 |
Travis Fischer
|
6051f00511
|
🥐
|
2022-12-14 13:22:21 -06:00 |
Travis Fischer
|
3cbf3b8eb7
|
🕴
|
2022-12-14 13:21:16 -06:00 |
Travis Fischer
|
9492fa1d74
|
🗄
|
2022-12-14 13:20:17 -06:00 |
Travis Fischer
|
f9de350b8d
|
😨
|
2022-12-14 13:20:04 -06:00 |
Travis Fischer
|
698870f371
|
💊
|
2022-12-14 13:19:29 -06:00 |
Travis Fischer
|
469124ebbb
|
🚱
|
2022-12-14 13:19:13 -06:00 |
Travis Fischer
|
c9b95cc62f
|
🔓
|
2022-12-14 13:18:54 -06:00 |