Commit Graph

23 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
38a45955fb
Improved profile and system prompt handling (#241) 2025-01-02 14:50:54 +01:00
Thorsten Sommer
8cbef49d89
Add ERI server assistant (#231) 2025-01-01 15:49:27 +01:00
Thorsten Sommer
0d104f5abc
Remember chat provider (#217) 2024-11-23 13:04:02 +01:00
Thorsten Sommer
f9245d52c2
Added provider metadata regarding embeddings (#205) 2024-11-13 20:33:52 +01:00
Thorsten Sommer
217b9c4db3
Bias of the day (#173) 2024-10-28 15:41:00 +01:00
Thorsten Sommer
fc64c0b505
Improve ipc (#102) 2024-09-01 20:10:03 +02:00
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