mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-24 20:52:11 +00:00
added an info to remind of the use of powerful llms
This commit is contained in:
parent
348e638758
commit
02b3d5c7ab
@ -38,6 +38,7 @@
|
|||||||
</MudExpansionPanels>
|
</MudExpansionPanels>
|
||||||
|
|
||||||
<ProviderSelection @bind-ProviderSettings="@this.ProviderSettings" ValidateProvider="@this.ValidatingProvider"/>
|
<ProviderSelection @bind-ProviderSettings="@this.ProviderSettings" ValidateProvider="@this.ValidatingProvider"/>
|
||||||
|
<MudAlert Severity="Severity.Info" Square="true" Class="mb-2 mt-n1" Style="width: max-content">@this.highPerformanceLLMInfo</MudAlert>
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@ -70,6 +71,7 @@ else
|
|||||||
</MudStack>
|
</MudStack>
|
||||||
|
|
||||||
<ProviderSelection @bind-ProviderSettings="@this.ProviderSettings" ValidateProvider="@this.ValidatingProvider"/>
|
<ProviderSelection @bind-ProviderSettings="@this.ProviderSettings" ValidateProvider="@this.ValidatingProvider"/>
|
||||||
|
<MudAlert Severity="Severity.Info" Square="true" Class="mb-2 mt-n1" Style="width: max-content">@this.highPerformanceLLMInfo</MudAlert>
|
||||||
}
|
}
|
||||||
|
|
||||||
@code {
|
@code {
|
||||||
|
|||||||
@ -97,6 +97,8 @@ public partial class AssistantBuilder : AssistantBaseCore<NoSettingsPanel>
|
|||||||
private string reviewNotes = string.Empty;
|
private string reviewNotes = string.Empty;
|
||||||
private string generatedLuaAssistant = string.Empty;
|
private string generatedLuaAssistant = string.Empty;
|
||||||
private Guid pluginId = Guid.NewGuid();
|
private Guid pluginId = Guid.NewGuid();
|
||||||
|
|
||||||
|
private string highPerformanceLLMInfo => T("It is recommended to a powerful LLM.");
|
||||||
private static readonly AssistantContextFile[] ASSISTANT_CONTEXT_FILES =
|
private static readonly AssistantContextFile[] ASSISTANT_CONTEXT_FILES =
|
||||||
[
|
[
|
||||||
new("Assistant plugin schema", "Plugins/assistants/README.md", IsRequired: true),
|
new("Assistant plugin schema", "Plugins/assistants/README.md", IsRequired: true),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user