Fixed the bug that the model name for Fireworks was not loaded

This commit is contained in:
Thorsten Sommer 2024-09-08 17:04:48 +02:00
parent c6551a63df
commit cfe673329e
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
2 changed files with 5 additions and 0 deletions

View File

@ -126,6 +126,10 @@ public partial class ProviderDialog : ComponentBase
{
this.dataEditingPreviousInstanceName = this.DataInstanceName.ToLowerInvariant();
// When using Fireworks, we must copy the model name:
if (this.DataProvider is Providers.FIREWORKS)
this.dataManuallyModel = this.DataModel.Id;
//
// We cannot load the API key for self-hosted providers:
//

View File

@ -1,4 +1,5 @@
# v0.9.7, build 182 (2024-09-09 xx:xx UTC)
- Added an introductory description to the provider settings.
- Fixed the bug that the model name for Fireworks was not loaded when editing the provider settings.
- Improved hyphenation for continuous text so that the rules of the respective language are taken into account where possible.
- Improved the rules for provider names: unnecessary restrictions from earlier versions have been removed. You can now use emojis in your provider names when you like.