Commit Graph

127 Commits

Author SHA1 Message Date
Niek van der Maas db66749d70 Linting 2023-03-27 15:49:00 +02:00
Emil Elgaard be899ae570 add the prompt to the title of link. 2023-03-26 17:14:46 -04:00
Niek van der Maas 17a86d0538 Render HTML as code blocks, fixes #75 2023-03-24 16:55:10 +01:00
Niek van der Maas a58e94b207 Add missing preventDefault 2023-03-24 15:19:13 +01:00
Niek van der Maas ab90e64415 The href is needed to avoid warnings 2023-03-24 15:14:39 +01:00
Emil Elgaard f6f17bfd0d add confirmation prompt before deleting all chats 2023-03-24 09:57:42 -04:00
Niek van der Maas fddde9424b Better routing with conditions 2023-03-23 16:49:57 +01:00
Niek van der Maas f12bfc2b8c Cleaner code in main app 2023-03-23 16:13:55 +01:00
Niek van der Maas 7668c53744 Move messages to separate component, code cleanup 2023-03-23 15:56:15 +01:00
Niek van der Maas 53ce9abb61 Dropdown on click, not on hover 2023-03-23 14:15:50 +01:00
Niek van der Maas fe68d34d1c Add support for awesome prompts, fixes ChatGPT pre-written prompts #66 2023-03-23 13:00:30 +01:00
Niek van der Maas 2f57e6069f Support prompts CSV 2023-03-23 12:59:25 +01:00
Niek van der Maas fa1330a9a0 Merge commit '03e38559743c9b72821a98bf909585ea6d447623' as 'src/awesome-chatgpt-prompts' 2023-03-23 12:00:34 +01:00
Niek van der Maas 76ea3137c8 Remove progress bar, loading chat message 2023-03-22 23:08:02 +01:00
Niek van der Maas e16b052d86 Spacing 2023-03-22 22:28:43 +01:00
Niek van der Maas b701c7e74b Re-enable `flourite` with Safari/FF fix, bump deps, fixes #64 2023-03-22 11:33:25 +01:00
Niek van der Maas 1d6791cc3c Work on the SSE 2023-03-22 10:29:27 +01:00
Niek van der Maas 0aedc7e804
Merge pull request #62 from shivan2418/scroll_on_update_improvement
Improve scroll to bottom of page behavior
2023-03-22 09:40:43 +01:00
Niek van der Maas 1cea77fbb8 Make more robust 2023-03-22 09:40:25 +01:00
Niek van der Maas 8724455d96 Disable flourite for now, ref: #64 2023-03-22 09:28:59 +01:00
Niek van der Maas 8865b5095d Merge pull request #61 from Niek/all-contributors/add-shivan2418
docs: add shivan2418 as a contributor for design
2023-03-21 21:42:10 -04:00
Niek van der Maas ee80b9581f
Merge pull request #58 from shivan2418/footer_in_bottom
Footer at bottom of page always
2023-03-21 20:04:55 +01:00
Niek van der Maas 09a694f9d3 Make even smaller 2023-03-21 20:03:49 +01:00
Niek van der Maas 3c60d2c40d Use existing div 2023-03-21 20:02:43 +01:00
Niek van der Maas 81b172442f Add title to type, add to model too 2023-03-21 19:50:22 +01:00
Emil Elgaard e84ebf8a2d add tooltip to each of the chat settings. Show the info about the settings from the official documentation. 2023-03-21 14:11:15 -04:00
Emil Elgaard a31912650f Make the footer be in the bottom of the page always, even if there is not enough content to push it down. 2023-03-21 13:23:56 -04:00
Niek van der Maas 7924dd8bca Add language auto-detection, add YAML, more shell languages 2023-03-21 15:52:28 +01:00
Niek van der Maas b6d2e4d1af Add correct pricing for GTP-4 model, store model in message 2023-03-21 12:20:25 +01:00
Niek van der Maas 42788a2911 FIx default API base 2023-03-21 08:53:11 +01:00
ryanhex53 05c297f096
Merge branch 'Niek:main' into main 2023-03-21 08:45:09 +08:00
ryanhex53 5e5a7a7473 load api base url from env; 2023-03-21 08:44:09 +08:00
ryanhex53 bd719a9480 fix textarea sizing problem;
move down send btn while textbox high;
2023-03-21 07:50:09 +08:00
Niek van der Maas 1691cfbe30 Fix assistant message width, closes #54 2023-03-20 22:13:32 +01:00
Niek van der Maas 3c3e1013eb Rename chat dialog enhancements 2023-03-20 18:39:03 +01:00
Niek van der Maas f46d2e5a62 Get rid off adapter 2023-03-20 16:17:48 +01:00
Niek van der Maas 568c2d16ab Remove linting diff 2023-03-20 15:58:14 +01:00
Niek van der Maas 0571a79886 Merge branch 'main' into pr/terryoy/41 2023-03-20 15:51:32 +01:00
Niek van der Maas c5fd70df5f More linting 2023-03-20 15:47:11 +01:00
Niek van der Maas 5fb12c1f41 Linting 2023-03-20 15:35:07 +01:00
Niek van der Maas aa6bc9d0ab Merge branch 'main' into pr/terryoy/41 2023-03-20 14:34:46 +01:00
Niek van der Maas 0d2e3109e8 Fix #36 - added ESlint config with ts-standard + svelte support 2023-03-20 13:42:47 +01:00
Niek van der Maas e901f14971 Better model selection support 2023-03-17 18:33:23 +01:00
Niek van der Maas 6723445e90 Add decimal inputmode 2023-03-17 18:29:22 +01:00
Niek van der Maas dedb95c343 Improve settings, allow model selection, fixes Suggestions: model choices, horizontal sliders with min/max value in settings #44 2023-03-17 18:03:07 +01:00
Niek van der Maas 7718f9d37f Add sticking side menu 2023-03-17 14:37:28 +01:00
Niek van der Maas 181353b7af Make TS happy 2023-03-17 14:32:32 +01:00
Niek van der Maas b75ca46565 Delete accidentally committed file 2023-03-17 14:02:50 +01:00
Niek van der Maas 6750a93cdb Linting 2023-03-17 14:00:54 +01:00
Dan Brown ad8aa1bdf0
Added hash-based routing using svelte-spa-router 2023-03-16 15:57:24 +00:00