mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-07-04 12:22:56 +00:00
Updated the data source settings design (#478)
This commit is contained in:
parent
fc7a4391cb
commit
e11c15dbab
@ -27,7 +27,7 @@
|
|||||||
</MudText>
|
</MudText>
|
||||||
<MudSpacer/>
|
<MudSpacer/>
|
||||||
<MudTooltip Text="@T("Manage your data sources")" Placement="Placement.Top">
|
<MudTooltip Text="@T("Manage your data sources")" Placement="Placement.Top">
|
||||||
<MudIconButton Variant="Variant.Filled" Icon="@Icons.Material.Filled.Settings" OnClick="@this.OpenSettingsDialog"/>
|
<MudIconButton Icon="@Icons.Material.Filled.Settings" OnClick="@this.OpenSettingsDialog"/>
|
||||||
</MudTooltip>
|
</MudTooltip>
|
||||||
</MudStack>
|
</MudStack>
|
||||||
</CardHeaderContent>
|
</CardHeaderContent>
|
||||||
|
@ -2,3 +2,4 @@
|
|||||||
- Added chat templates. They are similar to common AI companies' playgrounds, where you can define your own system prompts and leverage assistant prompts for providers that support them. We thank Peer `peerschuett` for the work on this feature.
|
- Added chat templates. They are similar to common AI companies' playgrounds, where you can define your own system prompts and leverage assistant prompts for providers that support them. We thank Peer `peerschuett` for the work on this feature.
|
||||||
- Added Russian as a language option for various assistants (e.g., translations, text summarization).
|
- Added Russian as a language option for various assistants (e.g., translations, text summarization).
|
||||||
- Improved chat options: you can access them directly from the chat interface.
|
- Improved chat options: you can access them directly from the chat interface.
|
||||||
|
- Changed the design of the data source settings to match the new design.
|
Loading…
Reference in New Issue
Block a user