Commit Graph

926 Commits

Author SHA1 Message Date
Webifi bb2a177f22 remove debug 2023-07-28 16:48:36 -05:00
Webifi 4c37969635 remove debug 2023-07-28 16:48:07 -05:00
Webifi ddc28b2dab Merge branch 'main' of https://github.com/Niek/chatgpt-web 2023-07-28 16:47:11 -05:00
Webifi 0f12fcdb95 Format LLama-2-chat prompts to spec. 2023-07-28 16:46:50 -05:00
Niek van der Maas 36839e3f99
Merge pull request #245 from Webifi/main
Fix disabled OpenAI models #243
2023-07-27 02:40:31 +02:00
Webifi 1a3ef0659b Merge branch 'main' of https://github.com/Niek/chatgpt-web into Updated-UI 2023-07-26 17:49:38 -05:00
Webifi f223f4e510 Fix disabled OpenAI models #243 2023-07-26 17:49:26 -05:00
Niek van der Maas 11ada75a9f
Merge pull request #242 from Webifi/main
Add an "Aggressive stop" sequence setting for Petals API calls
2023-07-26 07:23:43 +02:00
Webifi 58afe8f375 typo 2023-07-25 14:55:07 -05:00
Webifi 854063b825 Merge branch 'main' of https://github.com/Niek/chatgpt-web into Updated-UI 2023-07-25 14:53:45 -05:00
Webifi 1ef08110c3 Add aggressive stop setting 2023-07-25 14:53:29 -05:00
Webifi b0812796a1 Add link to swarm health 2023-07-25 13:28:14 -05:00
Niek van der Maas 8edb5d62f0 Bump deps 2023-07-25 07:35:13 +02:00
Niek van der Maas f877ac09ab
Merge pull request #235 from Webifi/main
Experimental support for Petals/Llama 2
2023-07-25 07:32:18 +02:00
Webifi ff3799637b Allow scrolling while streaming re: #241 2023-07-25 00:21:04 -05:00
Webifi 0ffdd78863 Another prompt prefix issue 2023-07-24 23:14:28 -05:00
Webifi 833633991a Fix user prompt prefix injection 2023-07-24 22:20:52 -05:00
Webifi af08f5c99e Update text 2023-07-24 20:00:20 -05:00
Webifi 190bf16ce6 Drop llama 65b and guanaco 65b - unstable in swarm 2023-07-24 19:56:05 -05:00
Webifi 38d38bf948 Fix some issues with stop sequences and role sequences 2023-07-24 19:48:28 -05:00
Webifi f56e29b829 Show shorter model name 2023-07-24 15:53:04 -05:00
Webifi f6380e1cc2 Allow Petals and/or OpenAI 2023-07-24 15:26:17 -05:00
Webifi ca19bab19d Don't allow too low of temp or top_p 2023-07-22 17:21:01 -05:00
Webifi 7aadca3c5c Better error handling for Petals 2023-07-22 17:08:40 -05:00
Webifi 15dcd27e8f Get temp and top_p working for Petals 2023-07-22 16:48:26 -05:00
Webifi 6d35a46d50 Allow user to adjust message chaining strings 2023-07-22 14:40:12 -05:00
Webifi 9a6004c55d More changes for Petals integration 2023-07-22 13:24:18 -05:00
Webifi df222e7028 Try to import chat name suggestion 2023-07-22 13:23:24 -05:00
Webifi cdbd17fa13 Don't show generation setting that don't apply 2023-07-22 08:56:12 -05:00
Webifi f538d23764 Merge branch 'main' of https://github.com/Niek/chatgpt-web into Updated-UI 2023-07-22 01:42:47 -05:00
Webifi 914055f1f9 Initial test of Petals as alternative to OpenAI 2023-07-22 01:42:21 -05:00
Webifi 8e35b198da Add [[LAST-PROMPT]] system prompt expansion 2023-07-20 20:32:36 -05:00
Niek van der Maas cea07577d4
Merge pull request #232 from Webifi/main
Adjustment to system prompt expansion, misc. UI tweaks
2023-07-18 09:21:35 +02:00
Webifi b12ec15d80 Use "the user" in system prompts, not "I" 2023-07-17 21:11:11 -05:00
Webifi 0b45a1833b Update profile example 2023-07-17 20:03:33 -05:00
Webifi a81939164f Adjust setting description 2023-07-17 20:02:37 -05:00
Webifi 5d617455c6 Add training messages to system prompt. 2023-07-17 19:44:41 -05:00
Webifi a3f60fee82 Merge branch 'main' of https://github.com/Niek/chatgpt-web into Updated-UI 2023-07-17 14:15:46 -05:00
Webifi 966dc71e5b disable unsaved profile warning for now 2023-07-17 14:09:25 -05:00
Webifi d186f0c190 Import profile on chat context menu. Fix file load bug 2023-07-17 14:01:16 -05:00
Niek van der Maas 9d05f293da
Merge pull request #230 from Niek/dependabot/npm_and_yarn/dexie-4.0.1-alpha.25
Bump dexie from 4.0.1-alpha.24 to 4.0.1-alpha.25
2023-07-17 10:50:29 +02:00
Niek van der Maas c164c2d954
Merge pull request #229 from Niek/dependabot/npm_and_yarn/postcss-8.4.26
Bump postcss from 8.4.25 to 8.4.26
2023-07-17 10:50:21 +02:00
Niek van der Maas a45d56e335
Merge pull request #228 from Niek/dependabot/npm_and_yarn/types/marked-5.0.1
Bump @types/marked from 5.0.0 to 5.0.1
2023-07-17 10:50:13 +02:00
Niek van der Maas 3dd43b9f6a
Merge pull request #227 from Niek/dependabot/npm_and_yarn/vite-4.4.4
Bump vite from 4.4.2 to 4.4.4
2023-07-17 10:50:06 +02:00
dependabot[bot] a099f4e535
Bump dexie from 4.0.1-alpha.24 to 4.0.1-alpha.25
Bumps [dexie](https://github.com/dfahlander/Dexie.js) from 4.0.1-alpha.24 to 4.0.1-alpha.25.
- [Release notes](https://github.com/dfahlander/Dexie.js/releases)
- [Commits](https://github.com/dfahlander/Dexie.js/compare/v4.0.1-alpha.24...v4.0.1-alpha.25)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-17 08:27:32 +00:00
dependabot[bot] 0819f93ac9
Bump postcss from 8.4.25 to 8.4.26
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.25 to 8.4.26.
- [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.25...8.4.26)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-17 08:27:18 +00:00
dependabot[bot] 28cf201609
Bump @types/marked from 5.0.0 to 5.0.1
Bumps [@types/marked](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/marked) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/marked)

---
updated-dependencies:
- dependency-name: "@types/marked"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-17 08:27:12 +00:00
dependabot[bot] 79efd99e87
Bump vite from 4.4.2 to 4.4.4
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.2 to 4.4.4.
- [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.4/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-07-17 08:27:05 +00:00
Webifi 74cb9bd77a Allow both STARTUP and START-PROMPT in system prompt 2023-07-16 18:41:39 -05:00
Niek van der Maas 231a4b865e
Merge pull request #226 from Webifi/main
Tweaks to System Prompt and Hidden Prompt Prefix
2023-07-16 18:28:19 +02:00