Added donework as financial supporter

This commit is contained in:
Thorsten Sommer 2025-02-09 14:58:17 +01:00
parent ad3d8cbb3a
commit c6555905f7
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
2 changed files with 13 additions and 11 deletions

View File

@ -36,6 +36,7 @@
<MudList T="string">
<Supporter Name="richard-stanton" Type="SupporterType.INDIVIDUAL" URL="https://github.com/richard-stanton" Acknowledgment="Thank you, Richard, for being the first."/>
<Supporter Name="peerschuett" Type="SupporterType.INDIVIDUAL" URL="https://github.com/peerschuett" Acknowledgment="Thank you, Peer, for your courage in being the second person to support the project financially."/>
<Supporter Name="donework" Type="SupporterType.INDIVIDUAL" URL="https://github.com/donework" Acknowledgment="Thanks Dominic for being the third supporter."/>
</MudList>
<MudText Typo="Typo.h6" Class="mt-8">

View File

@ -1,4 +1,5 @@
# v0.9.28, build 203 (2025-0x-xx xx:xx UTC)
- Added an information view to all data sources to the data source configuration page. The data source configuration is a preview feature behind the RAG feature flag.
- Added a ERI ((E)xternal (R)etrieval (I)nterface) client for communication with any ERI server.
- Added `donework` as financial supporter. Thank you, Dominic!
- Improved the resource handling when loading models.