diff --git a/app/MindWork AI Studio/Components/ProviderSelection.razor b/app/MindWork AI Studio/Components/ProviderSelection.razor index 3ac64b9..9082f01 100644 --- a/app/MindWork AI Studio/Components/ProviderSelection.razor +++ b/app/MindWork AI Studio/Components/ProviderSelection.razor @@ -1,6 +1,6 @@ @using AIStudio.Settings - + @foreach (var provider in this.GetAvailableProviders()) { diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.9.29.md b/app/MindWork AI Studio/wwwroot/changelog/v0.9.29.md index 1e7e8cc..f389707 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v0.9.29.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.9.29.md @@ -9,4 +9,5 @@ - Improved data security by enforcing provider filtering based on the chosen confidence level. To ensure this in the future, source code analyzers have been added to warn developers about insecure code. - Improved the readability of descriptions inside the ERI server assistant. - Fixed a bug in which `APP_SETTINGS` appeared as a valid destination in the "send to" menu. +- Fixed a layout bug within the chat page, where the top part uses too much space. - Upgraded to Rust 1.85.0 and .NET 8.0.13. \ No newline at end of file