Commit Graph

  • 7624ef7999 Merge branch 'main' of https://github.com/Niek/chatgpt-web Webifi 2023-08-14 08:56:18 -0500
  • 15bb149528
    Merge pull request #261 from Niek/dependabot/npm_and_yarn/svelte-check-3.5.0 Niek van der Maas 2023-08-14 11:40:22 +0300
  • 4df8867f8c
    Merge pull request #260 from Niek/dependabot/npm_and_yarn/sass-1.65.1 Niek van der Maas 2023-08-14 11:40:00 +0300
  • 8a774dbec2
    Bump svelte-check from 3.4.6 to 3.5.0 dependabot[bot] 2023-08-14 08:39:28 +0000
  • 6bf024318e
    Bump sass from 1.64.2 to 1.65.1 dependabot[bot] 2023-08-14 08:38:58 +0000
  • e345d5cdf0
    Merge pull request #259 from Niek/dependabot/npm_and_yarn/sveltejs/vite-plugin-svelte-2.4.5 Niek van der Maas 2023-08-14 11:38:56 +0300
  • 4efa5a55b4
    Merge pull request #257 from Niek/dependabot/npm_and_yarn/vite-4.4.9 Niek van der Maas 2023-08-14 11:38:39 +0300
  • 627f601232
    Merge pull request #258 from Niek/dependabot/npm_and_yarn/llama-tokenizer-js-1.1.3 Niek van der Maas 2023-08-14 11:38:24 +0300
  • 50417c5082
    Bump @sveltejs/vite-plugin-svelte from 2.4.3 to 2.4.5 dependabot[bot] 2023-08-14 08:37:58 +0000
  • 7590e76921
    Merge pull request #256 from Niek/dependabot/npm_and_yarn/types/node-20.5.0 Niek van der Maas 2023-08-14 11:37:47 +0300
  • 1b06318c0a
    Bump llama-tokenizer-js from 1.1.1 to 1.1.3 dependabot[bot] 2023-08-14 08:37:30 +0000
  • 0e6b5aebd0
    Bump vite from 4.4.7 to 4.4.9 dependabot[bot] 2023-08-14 08:37:02 +0000
  • 6e10058ceb
    Bump @types/node from 20.4.5 to 20.5.0 dependabot[bot] 2023-08-14 08:36:08 +0000
  • af568efd3a Add lead prompts Webifi 2023-08-07 12:44:16 -0500
  • bcb2b93e84 Default aggressive stop on Webifi 2023-08-07 12:37:57 -0500
  • 20513e6bc1 Merge branch 'main' of https://github.com/Niek/chatgpt-web into Updated-UI Webifi 2023-08-07 12:33:54 -0500
  • 7c588ce212 Add StableBeluga2. Update prompt structures Webifi 2023-08-07 12:33:42 -0500
  • 8b2f2515f9 Send summary request as system prompt Webifi 2023-08-07 12:32:46 -0500
  • b78e727783
    Merge pull request #254 from Niek/dependabot/npm_and_yarn/fortawesome/free-brands-svg-icons-6.4.2 Niek van der Maas 2023-08-07 10:35:40 +0200
  • 1c64ef12f6
    Merge pull request #253 from Niek/dependabot/npm_and_yarn/fortawesome/free-solid-svg-icons-6.4.2 Niek van der Maas 2023-08-07 10:35:20 +0200
  • 047802faaf
    Bump @fortawesome/free-solid-svg-icons from 6.4.0 to 6.4.2 dependabot[bot] 2023-08-07 08:35:15 +0000
  • 921c32227c
    Bump @fortawesome/free-brands-svg-icons from 6.4.0 to 6.4.2 dependabot[bot] 2023-08-07 08:35:14 +0000
  • d969564a63
    Merge pull request #252 from Niek/dependabot/npm_and_yarn/sass-1.64.2 Niek van der Maas 2023-08-07 10:34:52 +0200
  • 6caae1b5c3
    Merge pull request #251 from Niek/dependabot/npm_and_yarn/fortawesome/free-regular-svg-icons-6.4.2 Niek van der Maas 2023-08-07 10:34:37 +0200
  • 5dbb388dfd
    Bump sass from 1.64.1 to 1.64.2 dependabot[bot] 2023-08-07 08:32:33 +0000
  • ded9e269da
    Bump @fortawesome/free-regular-svg-icons from 6.4.0 to 6.4.2 dependabot[bot] 2023-08-07 08:32:23 +0000
  • 3967a84857
    Merge pull request #249 from Niek/dependabot/npm_and_yarn/types/node-20.4.5 Niek van der Maas 2023-07-31 11:04:44 +0200
  • c07e8d4d84
    Bump @types/node from 20.4.4 to 20.4.5 dependabot[bot] 2023-07-31 09:02:39 +0000
  • 192e5ea5a0
    Merge pull request #247 from Webifi/main Niek van der Maas 2023-07-29 07:00:45 +0200
  • c473d731ce Properly close websocket connections. Webifi 2023-07-28 18:10:45 -0500
  • bb2a177f22 remove debug Webifi 2023-07-28 16:48:36 -0500
  • 4c37969635 remove debug Webifi 2023-07-28 16:48:07 -0500
  • ddc28b2dab Merge branch 'main' of https://github.com/Niek/chatgpt-web Webifi 2023-07-28 16:47:11 -0500
  • 0f12fcdb95 Format LLama-2-chat prompts to spec. Webifi 2023-07-28 16:46:50 -0500
  • 36839e3f99
    Merge pull request #245 from Webifi/main Niek van der Maas 2023-07-27 02:40:31 +0200
  • 1a3ef0659b Merge branch 'main' of https://github.com/Niek/chatgpt-web into Updated-UI Webifi 2023-07-26 17:49:38 -0500
  • f223f4e510 Fix disabled OpenAI models #243 Webifi 2023-07-26 17:49:26 -0500
  • 11ada75a9f
    Merge pull request #242 from Webifi/main Niek van der Maas 2023-07-26 07:23:43 +0200
  • 58afe8f375 typo Webifi 2023-07-25 14:55:07 -0500
  • 854063b825 Merge branch 'main' of https://github.com/Niek/chatgpt-web into Updated-UI Webifi 2023-07-25 14:53:45 -0500
  • 1ef08110c3 Add aggressive stop setting Webifi 2023-07-25 14:53:29 -0500
  • b0812796a1 Add link to swarm health Webifi 2023-07-25 13:28:14 -0500
  • 8edb5d62f0 Bump deps Niek van der Maas 2023-07-25 07:35:13 +0200
  • f877ac09ab
    Merge pull request #235 from Webifi/main Niek van der Maas 2023-07-25 07:32:18 +0200
  • ff3799637b Allow scrolling while streaming re: #241 Webifi 2023-07-25 00:21:04 -0500
  • 0ffdd78863 Another prompt prefix issue Webifi 2023-07-24 23:14:28 -0500
  • 833633991a Fix user prompt prefix injection Webifi 2023-07-24 22:20:52 -0500
  • af08f5c99e Update text Webifi 2023-07-24 20:00:20 -0500
  • 190bf16ce6 Drop llama 65b and guanaco 65b - unstable in swarm Webifi 2023-07-24 19:56:05 -0500
  • 38d38bf948 Fix some issues with stop sequences and role sequences Webifi 2023-07-24 19:48:28 -0500
  • f56e29b829 Show shorter model name Webifi 2023-07-24 15:53:04 -0500
  • f6380e1cc2 Allow Petals and/or OpenAI Webifi 2023-07-24 15:26:17 -0500
  • ca19bab19d Don't allow too low of temp or top_p Webifi 2023-07-22 17:21:01 -0500
  • 7aadca3c5c Better error handling for Petals Webifi 2023-07-22 17:08:40 -0500
  • 15dcd27e8f Get temp and top_p working for Petals Webifi 2023-07-22 16:48:26 -0500
  • 6d35a46d50 Allow user to adjust message chaining strings Webifi 2023-07-22 14:40:12 -0500
  • 9a6004c55d More changes for Petals integration Webifi 2023-07-22 13:24:18 -0500
  • df222e7028 Try to import chat name suggestion Webifi 2023-07-22 13:23:24 -0500
  • cdbd17fa13 Don't show generation setting that don't apply Webifi 2023-07-22 08:56:12 -0500
  • f538d23764 Merge branch 'main' of https://github.com/Niek/chatgpt-web into Updated-UI Webifi 2023-07-22 01:42:47 -0500
  • 914055f1f9 Initial test of Petals as alternative to OpenAI Webifi 2023-07-22 01:42:21 -0500
  • 8e35b198da Add [[LAST-PROMPT]] system prompt expansion Webifi 2023-07-20 20:32:36 -0500
  • cea07577d4
    Merge pull request #232 from Webifi/main Niek van der Maas 2023-07-18 09:21:35 +0200
  • b12ec15d80 Use "the user" in system prompts, not "I" Webifi 2023-07-17 21:11:11 -0500
  • 0b45a1833b Update profile example Webifi 2023-07-17 20:03:33 -0500
  • a81939164f Adjust setting description Webifi 2023-07-17 20:02:37 -0500
  • 5d617455c6 Add training messages to system prompt. Webifi 2023-07-17 19:44:41 -0500
  • a3f60fee82 Merge branch 'main' of https://github.com/Niek/chatgpt-web into Updated-UI Webifi 2023-07-17 14:15:46 -0500
  • 966dc71e5b disable unsaved profile warning for now Webifi 2023-07-17 14:09:25 -0500
  • d186f0c190 Import profile on chat context menu. Fix file load bug Webifi 2023-07-17 14:01:16 -0500
  • 9d05f293da
    Merge pull request #230 from Niek/dependabot/npm_and_yarn/dexie-4.0.1-alpha.25 Niek van der Maas 2023-07-17 10:50:29 +0200
  • c164c2d954
    Merge pull request #229 from Niek/dependabot/npm_and_yarn/postcss-8.4.26 Niek van der Maas 2023-07-17 10:50:21 +0200
  • a45d56e335
    Merge pull request #228 from Niek/dependabot/npm_and_yarn/types/marked-5.0.1 Niek van der Maas 2023-07-17 10:50:13 +0200
  • 3dd43b9f6a
    Merge pull request #227 from Niek/dependabot/npm_and_yarn/vite-4.4.4 Niek van der Maas 2023-07-17 10:50:06 +0200
  • a099f4e535
    Bump dexie from 4.0.1-alpha.24 to 4.0.1-alpha.25 dependabot[bot] 2023-07-17 08:27:32 +0000
  • 0819f93ac9
    Bump postcss from 8.4.25 to 8.4.26 dependabot[bot] 2023-07-17 08:27:18 +0000
  • 28cf201609
    Bump @types/marked from 5.0.0 to 5.0.1 dependabot[bot] 2023-07-17 08:27:12 +0000
  • 79efd99e87
    Bump vite from 4.4.2 to 4.4.4 dependabot[bot] 2023-07-17 08:27:05 +0000
  • 74cb9bd77a Allow both STARTUP and START-PROMPT in system prompt Webifi 2023-07-16 18:41:39 -0500
  • 231a4b865e
    Merge pull request #226 from Webifi/main Niek van der Maas 2023-07-16 18:28:19 +0200
  • 155b067236 Fi issues with field controls not being updated Webifi 2023-07-16 10:46:14 -0500
  • 3df166c2fb Allow system prompt to be split to top and bottom prompts Webifi 2023-07-16 09:17:52 -0500
  • 187dbfb0b8 Allow system prompt to be sent as last message Webifi 2023-07-16 08:54:04 -0500
  • ca7e920741 Merge branch 'main' of https://github.com/Niek/chatgpt-web into Updated-UI Webifi 2023-07-16 08:19:28 -0500
  • a180f501d5 Changes to summary request and hidden prompt prefix Webifi 2023-07-15 21:52:21 -0500
  • 0ce386a209 Re-add `?key=` support, fixes #222 Niek van der Maas 2023-07-10 14:42:57 +0200
  • e892e1a297
    Merge pull request #220 from Niek/dependabot/npm_and_yarn/postcss-8.4.25 Niek van der Maas 2023-07-10 10:52:49 +0200
  • 46c5375da6
    Merge pull request #221 from Niek/dependabot/npm_and_yarn/svelte-check-3.4.5 Niek van der Maas 2023-07-10 10:52:41 +0200
  • 41758ee91e
    Bump postcss from 8.4.24 to 8.4.25 dependabot[bot] 2023-07-10 08:31:33 +0000
  • 885bf37ffd
    Merge pull request #219 from Niek/dependabot/npm_and_yarn/types/node-20.4.1 Niek van der Maas 2023-07-10 10:31:08 +0200
  • c48c675523
    Bump svelte-check from 3.4.4 to 3.4.5 dependabot[bot] 2023-07-10 08:31:06 +0000
  • ebef5bc943
    Merge pull request #218 from Niek/dependabot/npm_and_yarn/vite-4.4.2 Niek van der Maas 2023-07-10 10:30:55 +0200
  • c52a639e49
    Merge pull request #217 from Niek/dependabot/npm_and_yarn/flourite-1.2.4 Niek van der Maas 2023-07-10 10:30:33 +0200
  • 97cda4a8d8
    Bump @types/node from 20.3.3 to 20.4.1 dependabot[bot] 2023-07-10 08:30:26 +0000
  • 1448246224
    Merge pull request #216 from Niek/dependabot/npm_and_yarn/dexie-4.0.1-alpha.24 Niek van der Maas 2023-07-10 10:30:18 +0200
  • 613897d60e
    Bump vite from 4.3.9 to 4.4.2 dependabot[bot] 2023-07-10 08:30:07 +0000
  • ba73e2afbc
    Bump flourite from 1.2.3 to 1.2.4 dependabot[bot] 2023-07-10 08:29:20 +0000
  • 6c995a99c4
    Bump dexie from 4.0.1-alpha.22 to 4.0.1-alpha.24 dependabot[bot] 2023-07-10 08:29:00 +0000
  • 2cb793caf7 Add clarification to README, related to #212 Niek van der Maas 2023-07-03 10:39:03 +0200
  • f82b0dc26c Bump some more deps Niek van der Maas 2023-07-03 10:29:42 +0200