Skip to content

Commit 171ed37

Browse files
Updated changelog & acknowledgements for contributions (#399)
1 parent 80c58ea commit 171ed37

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/MindWork AI Studio/Pages/Supporters.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<MudList T="string">
7979
<Supporter Name="DevNullx64" Type="SupporterType.INDIVIDUAL" URL="https://github.com/DevNullx64" Acknowledgment="Thanks Luc for your build script contribution."/>
8080
<Supporter Name="SolsticeSpectrum" Type="SupporterType.INDIVIDUAL" URL="https://github.com/SolsticeSpectrum" Acknowledgment="Thanks for your build script contribution."/>
81-
<Supporter Name="peerschuett" Type="SupporterType.INDIVIDUAL" URL="https://github.com/peerschuett" Acknowledgment="Thanks for your contributions to the project."/>
81+
<Supporter Name="peerschuett" Type="SupporterType.INDIVIDUAL" URL="https://github.com/peerschuett" Acknowledgment="Thank you, Peer, for familiarizing yourself with C#, providing excellent contributions like the Alibaba and Hugging Face providers, and revising the settings management."/>
8282
<Supporter Name="nilskruthoff" Type="SupporterType.INDIVIDUAL" URL="https://github.com/nilskruthoff" Acknowledgment="Thanks, Nils, for taking the time to learn Rust and build the foundation for local retrieval."/>
8383
</MudList>
8484
</MudPaper>
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# v0.9.40, build 215 (2025-04-xx xx:xx UTC)
22
- Added support for the announced OpenAI `o4` models. We hope that these `o4` models will be usable by the well-known chat completion API instead of the new responses API, though. AI Studio cannot use the new responses API right now.
3-
- Added Alibaba Cloud as a new provider.
3+
- Added Alibaba Cloud as a new provider. Thanks Peer `peerschuett` for the contribution.
4+
- Added the Hugging Face inference provider as an LLM provider to AI Studio. Thanks Peer `peerschuett` for the contribution.
45
- Improved the provider selection by showing the name of the provider in the provider selection instead of its identifier.
56
- Improved the developer experience by adding a tolerant enum converter for better configuration handling.
67
- Fixed an issue where OpenAI `o3` models were not shown in the model selection.

0 commit comments

Comments
 (0)