Commit Graph

586 Commits

Author SHA1 Message Date
Webifi
66336a0a13 sendRequest refactor 2023-06-11 16:49:51 -05:00
Webifi
2660512830 Force summaries to be more deterministic 2023-06-10 18:30:42 -05:00
Niek van der Maas
8577ae7f56 Merge pull request #162 from Webifi/main
Fix token limit issue in #161
2023-06-10 21:57:39 +02:00
Webifi
a961918479 Merge branch 'main' of https://github.com/Niek/chatgpt-web 2023-06-10 09:59:56 -05:00
Webifi
2b8eefe113 Fix token limit issue in #161 2023-06-10 09:58:13 -05:00
Webifi
44d006b9de Better error handling 2023-06-09 23:15:17 -05:00
Niek van der Maas
284589b6f3 Merge pull request #160 from Webifi/main
Force short suggested names; rename from chat menu; hidden prompt prefix
2023-06-10 05:09:48 +02:00
Webifi
f56317bb8a Improve error handling 2023-06-09 18:37:07 -05:00
Webifi
15e988758f Count hiddenPromptPrefix tokens 2023-06-09 17:47:19 -05:00
Webifi
ac7d99948f Add hidden prompt prefix setting 2023-06-09 17:21:01 -05:00
Webifi
3cb56e9477 Add editing chat name from menu 2023-06-09 09:46:19 -05:00
Webifi
e9dab4a973 Keep suggested chat name short 2023-06-09 09:45:53 -05:00
Niek van der Maas
db7144f456 Replace screenshot 2023-06-09 12:02:19 +02:00
Niek van der Maas
866992d2d7 Merge pull request #159 from Niek/all-contributors/add-Madrawn
docs: add Madrawn as a contributor for code
2023-06-09 11:56:09 +02:00
Niek van der Maas
fca0f5c4bb Merge branch 'main' into all-contributors/add-Madrawn 2023-06-09 11:55:59 +02:00
Niek van der Maas
41f962ea06 Merge pull request #158 from Niek/all-contributors/add-Ashkanph
docs: add Ashkanph as a contributor for code
2023-06-09 11:40:52 +02:00
allcontributors[bot]
8599ba14bd docs: update .all-contributorsrc 2023-06-09 09:40:47 +00:00
allcontributors[bot]
ec5cadf7d1 docs: update README.md 2023-06-09 09:40:46 +00:00
allcontributors[bot]
e71d6e4ccb docs: update .all-contributorsrc 2023-06-09 09:40:35 +00:00
allcontributors[bot]
af077cc30f docs: update README.md 2023-06-09 09:40:34 +00:00
Niek van der Maas
26fee99988 Bump deps 2023-06-09 11:39:02 +02:00
Niek van der Maas
1ae4f4b156 Merge pull request #157 from Niek/all-contributors/add-Webifi
docs: add Webifi as a contributor for code, and ideas
2023-06-09 11:37:48 +02:00
allcontributors[bot]
cf175eee29 docs: update .all-contributorsrc 2023-06-09 09:37:01 +00:00
allcontributors[bot]
5b86d514d1 docs: update README.md 2023-06-09 09:37:00 +00:00
Niek van der Maas
1d24c7663c Merge pull request #152 from Webifi/main
Updated-UI, Continuous Chat, Setting Profiles, Streaming Response and more.
2023-06-09 11:36:42 +02:00
Webifi
1a9a831277 Only count prompts if valid response received 2023-06-09 03:40:30 -05:00
Webifi
45a8875895 Update comments 2023-06-08 19:54:35 -05:00
Webifi
8951a8bf07 Exit on error 2023-06-08 19:54:03 -05:00
Webifi
4487b920ec Lint 2023-06-08 19:36:53 -05:00
Webifi
9ad8f9f025 Simplify error handler 2023-06-08 19:36:17 -05:00
Webifi
9682a1dcea Better error handling 2023-06-08 19:25:07 -05:00
Webifi
7e8b46f042 Allow messages to be added after deleting summary 2023-06-08 18:13:21 -05:00
Webifi
54297ed6a1 Fix issue with summarization 2023-06-08 16:22:12 -05:00
Webifi
c6510a31dc Fix another count issue 2023-06-08 15:49:19 -05:00
Webifi
5e86b302fc Add unsaved profile warning on new chat. 2023-06-08 15:25:16 -05:00
Webifi
567845be06 Fix issues with token counts 2023-06-08 15:09:14 -05:00
Webifi
0cc30a28dc remove profile 2023-06-08 12:22:49 -05:00
Webifi
6eea4a98fb Fix delete all chats issue 2023-06-08 12:22:19 -05:00
Webifi
6315fc329e Update chat name in UI on suggestion. 2023-06-08 10:59:53 -05:00
Webifi
abbd0fd506 Merge branch 'Updated-UI' of https://github.com/Webifi/chatgpt-web 2023-06-08 08:26:58 -05:00
Webifi
0a24dd4066 Change setting descriptions 2023-06-08 08:25:43 -05:00
Webifi
0eae377920 Change profiles 2023-06-08 08:23:24 -05:00
Webifi
5892e0f0b1 Allow streaming to work in background 2023-06-08 08:11:13 -05:00
Webifi
06470f7742 Refactor continuos chat setting 2023-06-08 08:08:25 -05:00
Niek van der Maas
50ce04358d Merge pull request #156 from Niek/all-contributors/add-felixschwamm
docs: add felixschwamm as a contributor for code, and ideas
2023-06-08 13:04:24 +02:00
allcontributors[bot]
7824d7f245 docs: update .all-contributorsrc 2023-06-08 11:04:12 +00:00
allcontributors[bot]
e150455c96 docs: update README.md 2023-06-08 11:04:11 +00:00
Niek van der Maas
fff45656fc Bump deps 2023-06-08 09:58:44 +02:00
Webifi
f74225298d Fix profile caching issue 2023-06-07 18:36:22 -05:00
Webifi
568692300e Fix modal notification issue 2023-06-07 18:27:08 -05:00