dependabot[bot]
|
bfb7a2ded7
|
Bump svelte-local-storage-store from 0.4.0 to 0.5.0
Bumps [svelte-local-storage-store](https://github.com/joshnuss/svelte-local-storage-store) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/joshnuss/svelte-local-storage-store/releases)
- [Changelog](https://github.com/joshnuss/svelte-local-storage-store/blob/master/CHANGELOG.md)
- [Commits](https://github.com/joshnuss/svelte-local-storage-store/compare/v0.4.0...v0.5.0)
---
updated-dependencies:
- dependency-name: svelte-local-storage-store
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-06-19 09:03:31 +00:00 |
dependabot[bot]
|
8596de5102
|
Bump @tauri-apps/cli from 1.3.1 to 1.4.0
Bumps [@tauri-apps/cli](https://github.com/tauri-apps/tauri) from 1.3.1 to 1.4.0.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/cli.js-v1.3.1...@tauri-apps/cli-v1.4.0)
---
updated-dependencies:
- dependency-name: "@tauri-apps/cli"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-06-19 09:03:17 +00:00 |
dependabot[bot]
|
807118f447
|
Bump @types/node from 20.3.0 to 20.3.1
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.3.0 to 20.3.1.
- [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-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-06-19 09:02:57 +00:00 |
Niek van der Maas
|
b3bb4ddcba
|
Merge pull request #187 from Webifi/main
Fix message edits not being saved to chatStore, a few other tweaks
|
2023-06-19 06:32:16 +02:00 |
Webifi
|
6ff9585d6a
|
Merge branch 'main' of https://github.com/Niek/chatgpt-web
|
2023-06-18 17:39:15 -05:00 |
Webifi
|
e8fceef432
|
Fix message edits not being saved to chatStore
|
2023-06-18 17:36:40 -05:00 |
Webifi
|
a574b6ff1c
|
Add setting for summaryTemperature
|
2023-06-18 09:28:09 -05:00 |
Niek van der Maas
|
bddfc81446
|
Merge pull request #186 from Webifi/main
Fix restore chat JSON regression, Fix issue with summary continuation
|
2023-06-17 19:28:01 +02:00 |
Webifi
|
4fd3303e9b
|
Add network error retry to summarization
|
2023-06-17 11:55:15 -05:00 |
Webifi
|
3ab605983d
|
Use cache flush timer per chatId
|
2023-06-17 09:36:20 -05:00 |
Webifi
|
b0c1c8155c
|
Merge branch 'main' of https://github.com/Niek/chatgpt-web into Updated-UI
|
2023-06-17 09:13:56 -05:00 |
Webifi
|
b89ad2ef4a
|
Delay message cache save to 200ms
|
2023-06-17 09:13:25 -05:00 |
Webifi
|
b893255f79
|
Fix issue with summary continuation.
|
2023-06-17 09:10:23 -05:00 |
Webifi
|
53ca8f5b3d
|
Fix bug with chat restore introduced in PR #184
|
2023-06-17 08:52:20 -05:00 |
Niek van der Maas
|
9983290fef
|
Merge pull request #185 from Webifi/main
Fix issue with messages getting mixed up
|
2023-06-17 05:29:50 +02:00 |
Webifi
|
8fa18838b9
|
Merge branch 'Updated-UI' of https://github.com/Webifi/chatgpt-web
|
2023-06-16 20:18:59 -05:00 |
Webifi
|
a1eeebb934
|
Fix issue with messages getting mixed up
|
2023-06-16 20:18:20 -05:00 |
Niek van der Maas
|
c592cd639b
|
Merge pull request #184 from Webifi/main
Fix choppy streaming, mask UI blocking
|
2023-06-16 18:35:15 +02:00 |
Webifi
|
a84a7b269e
|
Scroll to bottom after messages render
|
2023-06-16 10:42:23 -05:00 |
Webifi
|
ca0627306f
|
Mask UI blocking when loading large chat session
|
2023-06-16 10:35:35 -05:00 |
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 |