Commit Graph

490 Commits

Author SHA1 Message Date
Maksim Misin 980f109305 feat: added new models 2024-01-26 13:54:05 +02:00
Niek van der Maas dd6e17b166 Merge branch 'main' into prompt-typeahead 2023-12-22 11:17:01 +01:00
Niek van der Maas abf7137fb9 Fix `svelte-highlight` error, fixes #384 2023-12-22 11:00:03 +01:00
Niel Thiart 0a0dde5727
Use DOMPurify to sanitize HTML in typeahead results before rendering 2023-12-07 11:11:45 +02:00
Niel Thiart 54aa0d4873
fix: typeahead dark theme 2023-12-05 23:46:30 +02:00
Niel Thiart 3e1c6fa83e
Style fix: remove unnecessary calc 2023-12-05 15:59:53 +02:00
Niel Thiart 51aa1f57e7
Style fix: remove padding from last result in prompt typeahead dropdown 2023-12-05 15:52:22 +02:00
Niel Thiart 76fd31ef9e
Add typeahead prompt selector with fuzzy search on titles
This replaces the prompt dropdown button with a fuzzy search input to filter prompts. Uses [svelte-typeahead](https://metonym.github.io/svelte-typeahead/).
2023-12-05 15:38:48 +02:00
Ikko Eltociear Ashimine 5804ee8cd1
Update prompts.csv
seperated -> separated
2023-12-02 18:06:35 +09:00
Ikko Eltociear Ashimine 817da9787c
Update README.md
seperated -> separated
2023-12-02 18:05:28 +09:00
Niek van der Maas d4e9d3b2d3 Update pricing to match OpenAI 2023-11-07 12:09:49 +01:00
Mitchell Byrden ccb46b5eca Added DALL-E 3 models and gpt-4-1106-preview 2023-11-07 17:43:36 +11:00
Mitchell Byrden 0bbd387678 Added DALL-E models and gpt-4-1106-preview 2023-11-07 17:20:22 +11:00
Webifi ec6cd844d5 use correct flag 2023-09-12 11:26:40 -05:00
Webifi 88d60d18a2 Copy message to clipboard #285 2023-09-12 11:21:43 -05:00
Webifi e3095bdf41 Fix some types 2023-09-10 19:32:33 -05:00
Webifi 819faddb38 Fix incorrect URL encoding 2023-09-10 19:03:00 -05:00
Webifi bbd51f29eb Default to StableBeluga2 for Petals 2023-09-08 10:56:05 -05:00
Webifi e09d4732ff Merge branch 'main' of https://github.com/Niek/chatgpt-web 2023-09-02 08:18:42 -05:00
Webifi afcfb82cf5 Truncate for continue incomplete 2023-09-02 08:18:30 -05:00
Webifi 559db15fa7 Fix petals truncated prompt continuation 2023-09-02 08:15:01 -05:00
Niek van der Maas 583d3b0010 Merge commit '2cf720a5994c2509b60e9df6dc763baa759660fa' 2023-09-02 09:37:51 +02:00
Webifi 40e38d8b54 change default delimiter 2023-09-01 20:49:20 -05:00
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 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
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 cd0cd9ebef add hideSystemPrompt 2023-08-31 04:28:59 -05:00
Webifi 0d4f12d900 Apply profile changes from URI before start 2023-08-29 13:55:22 -05:00
Webifi 189e0acfb1 Add option to copy profile as URL 2023-08-29 13:50:50 -05:00
Webifi 5c3fac4cbe fix #273 2023-08-28 15:34:26 -05:00
Webifi 784d60c3d6 Fix missing tweaks from rollback 2023-08-26 18:22:34 -05:00
Webifi db0beb8c51 fix profile issue 2023-08-26 18:12:41 -05: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