From ebfa8367566c3c277aa608ece70970fdcefcdf51 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Thu, 30 May 2024 11:30:49 +0200 Subject: [PATCH] Added benefit "no bloatware" --- app/MindWork AI Studio/Components/Pages/Home.razor.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/app/MindWork AI Studio/Components/Pages/Home.razor.cs b/app/MindWork AI Studio/Components/Pages/Home.razor.cs index 756d5b9..beaa051 100644 --- a/app/MindWork AI Studio/Components/Pages/Home.razor.cs +++ b/app/MindWork AI Studio/Components/Pages/Home.razor.cs @@ -14,5 +14,6 @@ public partial class Home : ComponentBase new TextItem("Cost-effective", "You only pay for what you use, which can be cheaper than monthly subscription services like ChatGPT Plus, especially if used infrequently. But beware, here be dragons: For extremely intensive usage, the API costs can be significantly higher. Unfortunately, providers currently do not offer a way to display current costs in the app. Therefore, check your account with the respective provider to see how your costs are developing. When available, use prepaid and set a cost limit."), new TextItem("Privacy", "The data entered into the app is not used for training by the providers since we are using the provider's API."), new TextItem("Flexibility", "Choose the provider and model best suited for your current task."), + new TextItem("No bloatware", "The app requires minimal storage for installation and operates with low memory usage. Additionally, it has a minimal impact on system resources, which is beneficial for battery life."), ]; } \ No newline at end of file