Webifi
|
cff9998682
|
Merge branch 'main' of https://github.com/Niek/chatgpt-web
|
2023-06-16 09:56:03 -05:00 |
Webifi
|
5689250d06
|
Fix performance issues fro streaming chat
|
2023-06-16 09:52:29 -05:00 |
Niek van der Maas
|
9f232adc24
|
Merge pull request #183 from Webifi/main
Add "apply prompt" option, clarify the "new chat" buttons in settings, fix potential memory leak
|
2023-06-15 22:24:05 +02:00 |
Webifi
|
698021baf1
|
Fix memory leak with abort controller
|
2023-06-15 13:48:30 -05:00 |
Webifi
|
19878f6e28
|
Clarify new chat from current settings options
|
2023-06-15 12:55:05 -05:00 |
Webifi
|
426adbbca5
|
Allow apply system prompt changes to current chat.
|
2023-06-15 12:49:21 -05:00 |
Niek van der Maas
|
189d35a5d0
|
Merge pull request #182 from Webifi/main
Fix scroll jumping in settings dialog
|
2023-06-15 06:27:17 +02:00 |
Webifi
|
0cb5041ef8
|
Merge branch 'main' of https://github.com/Niek/chatgpt-web into Updated-UI
|
2023-06-14 18:40:14 -05:00 |
Webifi
|
ac2a44224d
|
Fix scroll jumping when changing settings
|
2023-06-14 18:39:47 -05:00 |
Webifi
|
e6c638a60a
|
Optimize
|
2023-06-14 17:12:42 -05:00 |
Niek van der Maas
|
de64e59b6b
|
Merge pull request #180 from Webifi/main
Fix delete all chats option and code highlighting while streaming #178
|
2023-06-14 21:59:05 +02:00 |
Webifi
|
a5d7560fa9
|
Fix new chat not hiding menu in mobile #179
|
2023-06-14 14:58:28 -05:00 |
Webifi
|
137d0140e1
|
Show code highlighting while streaming
|
2023-06-14 14:44:21 -05:00 |
Webifi
|
0c688404a3
|
Merge branch 'main' of https://github.com/Niek/chatgpt-web
|
2023-06-14 12:52:47 -05:00 |
Webifi
|
c125d7b637
|
Allow delete all chats when chat not selected.
|
2023-06-14 12:52:07 -05:00 |
Niek van der Maas
|
f47113e699
|
Merge pull request #176 from Webifi/main
Update pricing again, fix memory leak in image support
|
2023-06-14 19:08:19 +02:00 |
Webifi
|
20b93cc59e
|
Set $0.0015 for all GPT 3.5 input
|
2023-06-14 11:33:19 -05:00 |
Webifi
|
9fcd20f61c
|
Merge branch 'main' of https://github.com/Niek/chatgpt-web
|
2023-06-14 10:54:48 -05:00 |
Webifi
|
97ff211cdd
|
Make sure images are purged on all message deletes
|
2023-06-14 10:51:52 -05:00 |
Niek van der Maas
|
f8e5fd6b06
|
Merge pull request #175 from Webifi/main
update token cost, add 0613 models for gpt-4
|
2023-06-14 15:42:40 +02:00 |
Webifi
|
76b93ef3d0
|
Merge branch 'main' of https://github.com/Niek/chatgpt-web
|
2023-06-14 08:34:24 -05:00 |
Webifi
|
fed0423ad0
|
update token cost, add 0613 models for gpt-4
|
2023-06-14 08:33:06 -05:00 |
Niek van der Maas
|
f5501f3637
|
Merge pull request #173 from Webifi/main
Add image generation, new gpt-3.5 models and fix #172
|
2023-06-14 08:43:38 +02:00 |
Webifi
|
7424742ed2
|
Add DALL-E image generation
|
2023-06-14 00:34:24 -05:00 |
Webifi
|
d96b38e8ea
|
Constrain size of prompt textarea fix #172
|
2023-06-13 21:54:11 -05:00 |
Webifi
|
91ff59d9ba
|
Merge branch 'main' of https://github.com/Niek/chatgpt-web
|
2023-06-13 19:19:40 -05:00 |
Webifi
|
b2721c965d
|
Add gpt-3.5-turbo-0613 and gpt-3.5-turbo-16k
|
2023-06-13 19:14:37 -05:00 |
Niek van der Maas
|
5715594973
|
Merge pull request #170 from Webifi/main
Fixes for summarization, refactor model definitions.
|
2023-06-13 09:16:09 +02:00 |
Webifi
|
111209c582
|
Fix token summary counting issue
|
2023-06-12 20:29:51 -05:00 |
Webifi
|
952f90a6b1
|
Merge branch 'main' of https://github.com/Webifi/chatgpt-web into Updated-UI
|
2023-06-12 19:25:14 -05:00 |
Webifi
|
13f56cac0f
|
Merge branch 'main' of https://github.com/Niek/chatgpt-web
|
2023-06-12 19:24:42 -05:00 |
Webifi
|
cd1803ed16
|
Tiny steps toward UI for hosts/endpoints/models
|
2023-06-12 19:20:31 -05:00 |
Webifi
|
a9a49f490a
|
Allow automatic extension of truncated summary
|
2023-06-12 16:52:02 -05:00 |
Niek van der Maas
|
63432f4c90
|
Merge pull request #169 from Webifi/main
Fix issue #168
|
2023-06-12 14:52:46 +02:00 |
Webifi
|
28d68b3f55
|
Remove afterUpdate
|
2023-06-12 07:12:12 -05:00 |
Webifi
|
e337df17a2
|
Update original text on edit entry
|
2023-06-12 07:09:06 -05:00 |
Webifi
|
afc3ebd8e0
|
Merge branch 'main' of https://github.com/Niek/chatgpt-web
|
2023-06-12 06:59:07 -05:00 |
Webifi
|
5918ccdd0f
|
Update original text when streaming per #168
|
2023-06-12 06:58:00 -05:00 |
Niek van der Maas
|
8779948291
|
Merge pull request #167 from Niek/dependabot/npm_and_yarn/types/node-20.3.0
Bump @types/node from 20.2.5 to 20.3.0
|
2023-06-12 11:03:20 +02:00 |
Niek van der Maas
|
e26e5dc4a2
|
Merge pull request #166 from Niek/dependabot/npm_and_yarn/sass-1.63.3
Bump sass from 1.63.2 to 1.63.3
|
2023-06-12 11:02:49 +02:00 |
dependabot[bot]
|
e761f6eff3
|
Bump @types/node from 20.2.5 to 20.3.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.2.5 to 20.3.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-06-12 09:02:11 +00:00 |
dependabot[bot]
|
5d1469c6d2
|
Bump sass from 1.63.2 to 1.63.3
Bumps [sass](https://github.com/sass/dart-sass) from 1.63.2 to 1.63.3.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.63.2...1.63.3)
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-06-12 09:02:01 +00:00 |
Niek van der Maas
|
2af5017f84
|
Merge pull request #165 from Webifi/main
Refactor sendRequest
|
2023-06-12 10:10:47 +02:00 |
Webifi
|
94e3ef6ac3
|
Remove debug
|
2023-06-11 19:12:31 -05:00 |
Webifi
|
4353a8c184
|
Add overrides on summary continue
|
2023-06-11 19:05:23 -05:00 |
Webifi
|
7512d67ab6
|
Clean up types
|
2023-06-11 18:21:52 -05:00 |
Webifi
|
e6ceed2138
|
Update summary profile
|
2023-06-11 18:03:55 -05:00 |
Webifi
|
7f29f87ca6
|
Fix summary size issue
|
2023-06-11 18:02:01 -05:00 |
Webifi
|
18e10b38d1
|
typo
|
2023-06-11 17:01:14 -05:00 |
Webifi
|
7bba4d6941
|
Merge branch 'main' of https://github.com/Niek/chatgpt-web
|
2023-06-11 16:55:07 -05:00 |