mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-21 04:12:56 +00:00
Fixed formatting & unused imports
This commit is contained in:
parent
33dd76fbda
commit
492858a3cb
@ -1,11 +1,8 @@
|
|||||||
@using AIStudio.Chat
|
@using AIStudio.Chat
|
||||||
@using MudBlazor.Extensions
|
|
||||||
@inherits MSGComponentBase
|
@inherits MSGComponentBase
|
||||||
@inject ISnackbar Snackbar
|
|
||||||
|
|
||||||
<MudDialog>
|
<MudDialog>
|
||||||
<DialogContent>
|
<DialogContent>
|
||||||
|
|
||||||
<MudJustifiedText Class="mb-3" Typo="Typo.body1">
|
<MudJustifiedText Class="mb-3" Typo="Typo.body1">
|
||||||
@T("Create your custom chat template to tailor the LLM's behavior for specific tasks or domains. Define a custom system prompt and provide an example conversation to design an AI experience perfectly suited to your requirements.")
|
@T("Create your custom chat template to tailor the LLM's behavior for specific tasks or domains. Define a custom system prompt and provide an example conversation to design an AI experience perfectly suited to your requirements.")
|
||||||
</MudJustifiedText>
|
</MudJustifiedText>
|
||||||
|
Loading…
Reference in New Issue
Block a user