mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-27 23:19:46 +00:00
Improved provider dialog with better input handling for API keys
This commit is contained in:
parent
1f1512898d
commit
4f034d48d7
@ -30,6 +30,7 @@
|
|||||||
AdornmentIcon="@Icons.Material.Filled.VpnKey"
|
AdornmentIcon="@Icons.Material.Filled.VpnKey"
|
||||||
AdornmentColor="Color.Info"
|
AdornmentColor="Color.Info"
|
||||||
InputType="InputType.Password"
|
InputType="InputType.Password"
|
||||||
|
Immediate="true"
|
||||||
Validation="@this.providerValidation.ValidatingAPIKey"/>
|
Validation="@this.providerValidation.ValidatingAPIKey"/>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3,5 +3,5 @@
|
|||||||
- Changed the terminology from "temporary chats" to "disappearing chats" in the UI. This makes it clearer to understand the purpose of these chats.
|
- Changed the terminology from "temporary chats" to "disappearing chats" in the UI. This makes it clearer to understand the purpose of these chats.
|
||||||
- Improved the hot reloading of the plugin system to prevent overlapping reloads.
|
- Improved the hot reloading of the plugin system to prevent overlapping reloads.
|
||||||
- Improved the app behavior when the user system was waked up from sleep mode.
|
- Improved the app behavior when the user system was waked up from sleep mode.
|
||||||
- Improved the model selection on the provider dialog.
|
- Improved the provider dialog with better input handling for API keys and an optimized model selection.
|
||||||
- Fixed the color for the update notification button to match the color theme.
|
- Fixed the color for the update notification button to match the color theme.
|
Loading…
Reference in New Issue
Block a user