Commit Graph

13 Commits

Author SHA1 Message Date
Thorsten Sommer
f8e06faea5
Send to chat (#77) 2024-08-18 21:48:35 +02:00
Thorsten Sommer
6b7800b615
Add agenda assistant (#69) 2024-08-05 21:12:52 +02:00
Thorsten Sommer
4cb49d9f27
Allow reading web content into assistants (#63) 2024-08-01 21:53:28 +02:00
Thorsten Sommer
58c9d8ac33
Add assistants (#33) 2024-07-14 21:46:17 +02:00
Thorsten Sommer
59d0321625
Add workspaces & persistent chats (#23) 2024-07-13 10:37:57 +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
9c1a49bc01
Improved imports 2024-05-19 20:54:43 +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