Commit Graph

995 Commits

Author SHA1 Message Date
Webifi ddd17798e7 Merge delimiter with last known buffer 2023-09-01 19:24:15 -05:00
Webifi 4d27497bc7 Simplify Llama-chat format for now 2023-09-01 19:22:52 -05:00
Webifi 01f7a657db Change default request config for Llama instruct 2023-09-01 19:14:27 -05:00
Webifi 4f18d40000 Add base llama-65b model 2023-09-01 18:06:04 -05:00
Webifi 69b107e8f7 remove Llama-2-70b-hf model 2023-09-01 18:04:23 -05:00
Webifi 661c1211bc Merge branch 'main' of https://github.com/Niek/chatgpt-web 2023-09-01 17:42:56 -05:00
Webifi 872e6c8566 open new websocket if model changes 2023-09-01 17:42:35 -05:00
Webifi 47f96c0bb9 update chat settings update on each request 2023-09-01 17:42:16 -05:00
Niek van der Maas 4fa583a35c
Merge pull request #278 from Webifi/main
Make petals chats faster, update jenLama profile for compat.
2023-09-01 10:21:27 +02:00
Webifi 6fc236d7f0 profile tweak 2023-08-31 20:25:37 -05:00
Webifi b4780dc036 attempt to fix websocket timeouts 2023-08-31 20:25:19 -05:00
Webifi 57f6423f13 missed some reins 2023-08-31 18:44:33 -05:00
Webifi a41a3af243 Simplify jenLama. Remove all reigns. Faster. 2023-08-31 18:13:05 -05:00
Webifi 2e4181bf7e Add holdWebsocket option for faster petals chat 2023-08-31 17:25:16 -05:00
Webifi e991dfd9b7 filter settings on URL import/export 2023-08-31 04:47:51 -05:00
Webifi 7fd4ed003c Merge branch 'main' of https://github.com/Niek/chatgpt-web 2023-08-31 04:29:17 -05:00
Webifi cd0cd9ebef add hideSystemPrompt 2023-08-31 04:28:59 -05:00
Niek van der Maas b99f9430f5
Merge pull request #277 from Webifi/main
Bugfix + add copy profile as URL to clipboard option
2023-08-29 21:04:05 +02:00
Webifi 0d4f12d900 Apply profile changes from URI before start 2023-08-29 13:55:22 -05:00
Webifi 98507d3f72 Merge branch 'main' of https://github.com/Niek/chatgpt-web 2023-08-29 13:51:04 -05:00
Webifi 189e0acfb1 Add option to copy profile as URL 2023-08-29 13:50:50 -05:00
Niek van der Maas 08aecd2537
Merge pull request #276 from Webifi/main
Fix rounding issue in token counts
2023-08-28 22:37:53 +02:00
Webifi 0360c2649b Merge branch 'main' of https://github.com/Niek/chatgpt-web 2023-08-28 15:35:39 -05:00
Webifi 5c3fac4cbe fix #273 2023-08-28 15:34:26 -05:00
Niek van der Maas e29911f141
Merge pull request #275 from Niek/dependabot/npm_and_yarn/types/node-20.5.7
Bump @types/node from 20.5.6 to 20.5.7
2023-08-28 10:59:15 +02:00
dependabot[bot] 09699768ef
Bump @types/node from 20.5.6 to 20.5.7
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.5.6 to 20.5.7.
- [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-08-28 08:50:49 +00:00
Niek van der Maas 02bb955d45
Merge pull request #271 from Webifi/main
Fix issue with profile that breaks use
2023-08-27 07:21:26 +02:00
Webifi 784d60c3d6 Fix missing tweaks from rollback 2023-08-26 18:22:34 -05:00
Webifi 50f397bbfa Merge branch 'main' of https://github.com/Niek/chatgpt-web 2023-08-26 18:14:43 -05:00
Webifi db0beb8c51 fix profile issue 2023-08-26 18:12:41 -05:00
Niek van der Maas 0fc4907d6c Bump deps 2023-08-26 08:04:46 +02:00
Niek van der Maas 38721c97e6
Merge pull request #262 from Webifi/main
Refactor models, Add StableBeluga2, example profile for LLaMA models and "CheapGPT" profile
2023-08-26 08:03:15 +02:00
Webifi 462cfbd2fd enable Llama-2 non-chat model 2023-08-25 16:54:17 -05:00
Webifi 334d90ffc0 continue to tweak profile dialog 2023-08-25 15:56:56 -05:00
Webifi 57c5a5574a Update save/send shortcut to ctrl-enter 2023-08-25 11:27:53 -05:00
Webifi a8e7ad0ff6 Keep loading prompt after summary 2023-08-25 00:24:26 -05:00
Webifi d4e12b49fb Keep loading prompt after summary 2023-08-25 00:13:43 -05:00
Webifi 57bb9d0922 Profile tweak 2023-08-24 21:58:50 -05:00
Webifi 58508efe57 Profile tweak 2023-08-24 21:54:43 -05:00
Webifi 7e44a63fec alt-s to save and send message 2023-08-24 19:48:03 -05:00
Webifi a278d54a15 Take top_p down a touch 2023-08-24 18:13:12 -05:00
Webifi b3a71dd3b0 Simplify prompts now that we have repetitionPenalty 2023-08-22 16:21:09 -05:00
Niek van der Maas 70bd02393a
Merge pull request #264 from Niek/dependabot/npm_and_yarn/svelte-local-storage-store-0.6.0
Bump svelte-local-storage-store from 0.5.0 to 0.6.0
2023-08-21 10:17:49 +02:00
Niek van der Maas f736d14a78
Merge pull request #265 from Niek/dependabot/npm_and_yarn/tslib-2.6.2
Bump tslib from 2.6.1 to 2.6.2
2023-08-21 10:17:39 +02:00
Niek van der Maas dec884459a
Merge pull request #267 from Niek/dependabot/npm_and_yarn/types/node-20.5.1
Bump @types/node from 20.5.0 to 20.5.1
2023-08-21 10:17:23 +02:00
Niek van der Maas 9d35a7904d
Merge pull request #263 from Niek/dependabot/npm_and_yarn/postcss-8.4.28
Bump postcss from 8.4.27 to 8.4.28
2023-08-21 10:17:07 +02:00
dependabot[bot] e3c22d8f4e
Bump @types/node from 20.5.0 to 20.5.1
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.5.0 to 20.5.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-08-21 08:14:10 +00:00
dependabot[bot] c9a0b3be8a
Bump tslib from 2.6.1 to 2.6.2
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.6.1 to 2.6.2.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](https://github.com/Microsoft/tslib/compare/v2.6.1...v2.6.2)

---
updated-dependencies:
- dependency-name: tslib
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-21 08:13:54 +00:00
dependabot[bot] 146e2093a0
Bump svelte-local-storage-store from 0.5.0 to 0.6.0
Bumps [svelte-local-storage-store](https://github.com/joshnuss/svelte-local-storage-store) from 0.5.0 to 0.6.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.5.0...v0.6.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-08-21 08:13:45 +00:00
dependabot[bot] 18d5196e1d
Bump postcss from 8.4.27 to 8.4.28
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.27 to 8.4.28.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.27...8.4.28)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-21 08:13:32 +00:00