mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 17:49:05 +00:00
Updated supporters (#209)
This commit is contained in:
parent
d2a2d658e6
commit
9c0dea9927
@ -36,6 +36,13 @@
|
|||||||
<Supporter Name="richard-stanton" Type="SupporterType.INDIVIDUAL" URL="https://github.com/richard-stanton" Acknowledgment="Thank you, Richard, for being the first."/>
|
<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="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."/>
|
||||||
</MudList>
|
</MudList>
|
||||||
|
|
||||||
|
<MudText Typo="Typo.h6" Class="mt-8">
|
||||||
|
The first 10 supporters who make a one-time contribution:
|
||||||
|
</MudText>
|
||||||
|
<MudList T="string">
|
||||||
|
<Supporter Name="Bessieres" Type="SupporterType.INDIVIDUAL" URL="https://github.com/Bessieres" Acknowledgment="Thank you for being the first to contribute a one-time donation."/>
|
||||||
|
</MudList>
|
||||||
</MudPaper>
|
</MudPaper>
|
||||||
</MudItem>
|
</MudItem>
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# v0.9.19, build 194 (2024-11-xx xx:xx UTC)
|
# v0.9.19, build 194 (2024-11-xx xx:xx UTC)
|
||||||
- Added provider's metadata: which providers offer embeddings for RAG? This is in preparation for integrating your data and files.
|
- Added provider's metadata: which providers offer embeddings for RAG? This is in preparation for integrating your data and files.
|
||||||
|
- Added `Bessieres` as a one-time contributor. Thank you for your support.
|
||||||
- Fixed a bug regarding hostnames of self-hosted providers, where it was possible to enter spaces at the end.
|
- Fixed a bug regarding hostnames of self-hosted providers, where it was possible to enter spaces at the end.
|
||||||
- Upgraded .NET to v8.0.11.
|
- Upgraded .NET to v8.0.11.
|
||||||
- Upgraded HtmlAgilityPack to v1.11.71.
|
- Upgraded HtmlAgilityPack to v1.11.71.
|
||||||
|
Loading…
Reference in New Issue
Block a user