Commit Graph

926 Commits

Author SHA1 Message Date
Webifi
f9183c0662 Shrink text-areas on profile change 2023-08-18 13:06:51 -05:00
Webifi
c70b2c3928 auto apply system prompt changes to current chat 2023-08-18 12:47:47 -05:00
Webifi
538e9d749a Enable system prompt for CheapGPT 2023-08-18 12:35:53 -05:00
Webifi
ff97a30e78 tweak profile 2023-08-17 21:34:05 -05:00
Webifi
a260d49d5a Add more variation in response 2023-08-17 21:32:29 -05:00
Webifi
726842179c typo 2023-08-17 18:46:12 -05:00
Webifi
e5f6be8f81 typos 2023-08-17 18:27:10 -05:00
Webifi
bc7ba1da74 Try to make jenLlama profile more creative in responses 2023-08-17 18:20:28 -05:00
Webifi
8edccda1eb Allow more leeway in name suggestion token count 2023-08-17 12:24:39 -05:00
Webifi
950a27d8e6 Add more debug, fix non-streaming response 2023-08-17 12:20:09 -05:00
Webifi
e00aad20f5 Force model type for jenLama profile 2023-08-17 08:22:41 -05:00
Webifi
083e31d4a7 Add uninhibited LLaMA profile 2023-08-17 07:58:43 -05:00
Webifi
5f919098f5 Add CheapGPT profile 2023-08-17 07:58:04 -05:00
Webifi
f523f8d4bc Fix typo 2023-08-16 15:20:57 -05:00
Webifi
cb2b9e07f4 Add distinction between chat and instruct models 2023-08-16 15:20:07 -05:00
Webifi
f4d9774423 update token count 2023-08-16 01:51:49 -05:00
Webifi
86f427f62f Fix potential infinite loop 2023-08-15 23:48:49 -05:00
Webifi
a08d8bcd54 Move token counting to model detail. 2023-08-15 21:46:33 -05:00
Webifi
91885384a1 disable non-chat Llama-2 2023-08-15 20:39:19 -05:00
Webifi
fb2290308f Begin refactoring model providers to be less anti-pattern 2023-08-15 20:32:30 -05:00
Webifi
7624ef7999 Merge branch 'main' of https://github.com/Niek/chatgpt-web 2023-08-14 08:56:18 -05:00
Niek van der Maas
15bb149528 Merge pull request #261 from Niek/dependabot/npm_and_yarn/svelte-check-3.5.0
Bump svelte-check from 3.4.6 to 3.5.0
2023-08-14 11:40:22 +03:00
Niek van der Maas
4df8867f8c Merge pull request #260 from Niek/dependabot/npm_and_yarn/sass-1.65.1
Bump sass from 1.64.2 to 1.65.1
2023-08-14 11:40:00 +03:00
dependabot[bot]
8a774dbec2 Bump svelte-check from 3.4.6 to 3.5.0
Bumps [svelte-check](https://github.com/sveltejs/language-tools) from 3.4.6 to 3.5.0.
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-3.4.6...svelte-check-3.5.0)

---
updated-dependencies:
- dependency-name: svelte-check
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-14 08:39:28 +00:00
dependabot[bot]
6bf024318e Bump sass from 1.64.2 to 1.65.1
Bumps [sass](https://github.com/sass/dart-sass) from 1.64.2 to 1.65.1.
- [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.64.2...1.65.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-14 08:38:58 +00:00
Niek van der Maas
e345d5cdf0 Merge pull request #259 from Niek/dependabot/npm_and_yarn/sveltejs/vite-plugin-svelte-2.4.5
Bump @sveltejs/vite-plugin-svelte from 2.4.3 to 2.4.5
2023-08-14 11:38:56 +03:00
Niek van der Maas
4efa5a55b4 Merge pull request #257 from Niek/dependabot/npm_and_yarn/vite-4.4.9
Bump vite from 4.4.7 to 4.4.9
2023-08-14 11:38:39 +03:00
Niek van der Maas
627f601232 Merge pull request #258 from Niek/dependabot/npm_and_yarn/llama-tokenizer-js-1.1.3
Bump llama-tokenizer-js from 1.1.1 to 1.1.3
2023-08-14 11:38:24 +03:00
dependabot[bot]
50417c5082 Bump @sveltejs/vite-plugin-svelte from 2.4.3 to 2.4.5
Bumps [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte) from 2.4.3 to 2.4.5.
- [Release notes](https://github.com/sveltejs/vite-plugin-svelte/releases)
- [Changelog](https://github.com/sveltejs/vite-plugin-svelte/blob/main/packages/vite-plugin-svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/vite-plugin-svelte/commits/@sveltejs/vite-plugin-svelte@2.4.5/packages/vite-plugin-svelte)

---
updated-dependencies:
- dependency-name: "@sveltejs/vite-plugin-svelte"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-14 08:37:58 +00:00
Niek van der Maas
7590e76921 Merge pull request #256 from Niek/dependabot/npm_and_yarn/types/node-20.5.0
Bump @types/node from 20.4.5 to 20.5.0
2023-08-14 11:37:47 +03:00
dependabot[bot]
1b06318c0a Bump llama-tokenizer-js from 1.1.1 to 1.1.3
Bumps [llama-tokenizer-js](https://github.com/belladoreai/llama-tokenizer) from 1.1.1 to 1.1.3.
- [Release notes](https://github.com/belladoreai/llama-tokenizer/releases)
- [Commits](https://github.com/belladoreai/llama-tokenizer/compare/v1.1.1...v1.1.3)

---
updated-dependencies:
- dependency-name: llama-tokenizer-js
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-14 08:37:30 +00:00
dependabot[bot]
0e6b5aebd0 Bump vite from 4.4.7 to 4.4.9
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.7 to 4.4.9.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.4.9/packages/vite)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-14 08:37:02 +00:00
dependabot[bot]
6e10058ceb Bump @types/node from 20.4.5 to 20.5.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.4.5 to 20.5.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-08-14 08:36:08 +00:00
Webifi
af568efd3a Add lead prompts 2023-08-07 12:44:16 -05:00
Webifi
bcb2b93e84 Default aggressive stop on 2023-08-07 12:37:57 -05:00
Webifi
20513e6bc1 Merge branch 'main' of https://github.com/Niek/chatgpt-web into Updated-UI 2023-08-07 12:33:54 -05:00
Webifi
7c588ce212 Add StableBeluga2. Update prompt structures 2023-08-07 12:33:42 -05:00
Webifi
8b2f2515f9 Send summary request as system prompt 2023-08-07 12:32:46 -05:00
Niek van der Maas
b78e727783 Merge pull request #254 from Niek/dependabot/npm_and_yarn/fortawesome/free-brands-svg-icons-6.4.2
Bump @fortawesome/free-brands-svg-icons from 6.4.0 to 6.4.2
2023-08-07 10:35:40 +02:00
Niek van der Maas
1c64ef12f6 Merge pull request #253 from Niek/dependabot/npm_and_yarn/fortawesome/free-solid-svg-icons-6.4.2
Bump @fortawesome/free-solid-svg-icons from 6.4.0 to 6.4.2
2023-08-07 10:35:20 +02:00
dependabot[bot]
047802faaf Bump @fortawesome/free-solid-svg-icons from 6.4.0 to 6.4.2
Bumps [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome) from 6.4.0 to 6.4.2.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/6.4.0...6.4.2)

---
updated-dependencies:
- dependency-name: "@fortawesome/free-solid-svg-icons"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-07 08:35:15 +00:00
dependabot[bot]
921c32227c Bump @fortawesome/free-brands-svg-icons from 6.4.0 to 6.4.2
Bumps [@fortawesome/free-brands-svg-icons](https://github.com/FortAwesome/Font-Awesome) from 6.4.0 to 6.4.2.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/6.4.0...6.4.2)

---
updated-dependencies:
- dependency-name: "@fortawesome/free-brands-svg-icons"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-07 08:35:14 +00:00
Niek van der Maas
d969564a63 Merge pull request #252 from Niek/dependabot/npm_and_yarn/sass-1.64.2
Bump sass from 1.64.1 to 1.64.2
2023-08-07 10:34:52 +02:00
Niek van der Maas
6caae1b5c3 Merge pull request #251 from Niek/dependabot/npm_and_yarn/fortawesome/free-regular-svg-icons-6.4.2
Bump @fortawesome/free-regular-svg-icons from 6.4.0 to 6.4.2
2023-08-07 10:34:37 +02:00
dependabot[bot]
5dbb388dfd Bump sass from 1.64.1 to 1.64.2
Bumps [sass](https://github.com/sass/dart-sass) from 1.64.1 to 1.64.2.
- [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.64.1...1.64.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-07 08:32:33 +00:00
dependabot[bot]
ded9e269da Bump @fortawesome/free-regular-svg-icons from 6.4.0 to 6.4.2
Bumps [@fortawesome/free-regular-svg-icons](https://github.com/FortAwesome/Font-Awesome) from 6.4.0 to 6.4.2.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/6.4.0...6.4.2)

---
updated-dependencies:
- dependency-name: "@fortawesome/free-regular-svg-icons"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-07 08:32:23 +00:00
Niek van der Maas
3967a84857 Merge pull request #249 from Niek/dependabot/npm_and_yarn/types/node-20.4.5
Bump @types/node from 20.4.4 to 20.4.5
2023-07-31 11:04:44 +02:00
dependabot[bot]
c07e8d4d84 Bump @types/node from 20.4.4 to 20.4.5
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.4.4 to 20.4.5.
- [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-07-31 09:02:39 +00:00
Niek van der Maas
192e5ea5a0 Merge pull request #247 from Webifi/main
Close websocket connections, Format Llama-2-chat requests to Meta spec.
2023-07-29 07:00:45 +02:00
Webifi
c473d731ce Properly close websocket connections. 2023-07-28 18:10:45 -05:00