mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-12 05:21:36 +00:00
Modify system prompt
This commit is contained in:
parent
109239cd32
commit
91a63138ad
@ -9,16 +9,16 @@
|
||||
<MudGrid>
|
||||
<MudItem xs="6">
|
||||
<MudNumericField @bind-Value="numberOfSheets"
|
||||
Label="Number of sheets"
|
||||
Variant="Variant.Text"
|
||||
Label="Number of slides"
|
||||
Variant="Variant.Outlined"
|
||||
Class="mb-3"
|
||||
Min="0.0" />
|
||||
</MudItem>
|
||||
|
||||
<MudItem xs="6">
|
||||
<MudNumericField @bind-Value="timeSpecification"
|
||||
Label="Time specification"
|
||||
Variant="Variant.Text"
|
||||
Label="Time specification (minutes)"
|
||||
Variant="Variant.Outlined"
|
||||
Class="mb-3"
|
||||
Min="0.0" />
|
||||
</MudItem>
|
||||
|
||||
@ -44,6 +44,7 @@ public partial class SlideAssistant : AssistantBaseCore<SettingsDialogSlideBuild
|
||||
{{this.selectedTargetGroup.Prompt()}}
|
||||
|
||||
# Language:
|
||||
- Ignore the language written in PRESENTATION_TITLE
|
||||
{{this.selectedTargetLanguage.PromptGeneralPurpose(this.customTargetLanguage)}}
|
||||
""";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user