mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-21 04:32:56 +00:00
Added sub-header
This commit is contained in:
parent
6fc1972cc4
commit
9bd691743f
@ -32,6 +32,10 @@
|
|||||||
UserAttributes="@SPELLCHECK_ATTRIBUTES"
|
UserAttributes="@SPELLCHECK_ATTRIBUTES"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
<MudText Typo="Typo.h6" Class="mb-3 mt-3">
|
||||||
|
@T("System Prompt")
|
||||||
|
</MudText>
|
||||||
|
|
||||||
<MudTextField
|
<MudTextField
|
||||||
T="string"
|
T="string"
|
||||||
@bind-Text="@this.DataSystemPrompt"
|
@bind-Text="@this.DataSystemPrompt"
|
||||||
@ -58,7 +62,7 @@
|
|||||||
<MudSwitch @bind-Value="@this.AllowProfileUsage" Class="mb-3" Color="Color.Primary" Label="@T("Allow the use of profiles together with this chat template?")" ThumbIcon="@Icons.Material.Filled.Person4" ThumbIconColor="Color.Default" />
|
<MudSwitch @bind-Value="@this.AllowProfileUsage" Class="mb-3" Color="Color.Primary" Label="@T("Allow the use of profiles together with this chat template?")" ThumbIcon="@Icons.Material.Filled.Person4" ThumbIconColor="Color.Default" />
|
||||||
</MudTooltip>
|
</MudTooltip>
|
||||||
|
|
||||||
<MudText Typo="Typo.h6" Class="mb-3">
|
<MudText Typo="Typo.h6" Class="mb-3 mt-6">
|
||||||
@T("Example Conversation")
|
@T("Example Conversation")
|
||||||
</MudText>
|
</MudText>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user