From 171ed37c272fb7669a8f5d74c50c2781dd3d8828 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 12 Apr 2025 10:19:22 +0200 Subject: [PATCH] Updated changelog & acknowledgements for contributions (#399) --- app/MindWork AI Studio/Pages/Supporters.razor | 2 +- app/MindWork AI Studio/wwwroot/changelog/v0.9.40.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/MindWork AI Studio/Pages/Supporters.razor b/app/MindWork AI Studio/Pages/Supporters.razor index cffedf7d..c9350408 100644 --- a/app/MindWork AI Studio/Pages/Supporters.razor +++ b/app/MindWork AI Studio/Pages/Supporters.razor @@ -78,7 +78,7 @@ - + diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.9.40.md b/app/MindWork AI Studio/wwwroot/changelog/v0.9.40.md index 19cee1ed..e78ef4c6 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v0.9.40.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.9.40.md @@ -1,6 +1,7 @@ # v0.9.40, build 215 (2025-04-xx xx:xx UTC) - 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. -- Added Alibaba Cloud as a new provider. +- Added Alibaba Cloud as a new provider. Thanks Peer `peerschuett` for the contribution. +- Added the Hugging Face inference provider as an LLM provider to AI Studio. Thanks Peer `peerschuett` for the contribution. - Improved the provider selection by showing the name of the provider in the provider selection instead of its identifier. - Improved the developer experience by adding a tolerant enum converter for better configuration handling. - Fixed an issue where OpenAI `o3` models were not shown in the model selection.