Commit Graph

12 Commits

Author SHA1 Message Date
Thorsten Sommer
8060fc01dd
Added button to edit last user message (#248) 2025-01-03 21:58:31 +01:00
Thorsten Sommer
b2ca49ab92
Added a button to regenerate the last AI response (#247) 2025-01-03 21:18:27 +01:00
Thorsten Sommer
5e445f09fa
Implemented removal of chat messages (#246) 2025-01-03 18:01:22 +01:00
Thorsten Sommer
3b93841982
Fixed dark mode code blocks (#242) 2025-01-02 15:24:15 +01:00
Thorsten Sommer
58c9d8ac33
Add assistants (#33) 2024-07-14 21:46:17 +02:00
095689e0fe
Formatting 2024-05-27 20:02:57 +02:00
01e237da4f
Improved Markdown handling again
Sometimes, it happens that the live Markdown rendering goes wrong. See also #28 and b185463c3e.
2024-05-25 22:24:09 +02:00
a6e9ef7757
Override header styles for Markdown 2024-05-25 22:19:27 +02:00
c4a5242674
Migrated back to stream directly into the Markdown renderer; due to its update, this seems now be possible. 2024-05-25 14:08:48 +02:00
b185463c3e
Switched the solution to fix #28 (and #24)
Instead of using a custom fork of the component, we use the release version. The custom fork causes #24. Now, we did what anyone does: We show the plain Markdown code first and switch to Markdown rendering after streaming is done.

- Removed local custom fork of the library
- Added release version of library
- Show plain Markdown code while streaming
- Switch to Markdown rendering after streaming
2024-05-13 18:42:34 +02:00
bb663d1b73
Added chat UI 2024-05-04 11:11:09 +02:00
a8c35f4d07
Added chat page & draft content block component 2024-04-22 18:56:18 +02:00