From 12e31453e347e409b07f5d7738a608c2df58a689 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 13 Jul 2024 13:46:24 +0200 Subject: [PATCH] Fixed in app description of LLM providers (#31) --- .../Components/Blocks/Changelog.Logs.cs | 1 + app/MindWork AI Studio/Components/Pages/Home.razor.cs | 2 +- app/MindWork AI Studio/wwwroot/changelog/v0.7.1.md | 2 ++ metadata.txt | 8 ++++---- runtime/Cargo.lock | 2 +- runtime/Cargo.toml | 2 +- runtime/tauri.conf.json | 2 +- 7 files changed, 11 insertions(+), 8 deletions(-) create mode 100644 app/MindWork AI Studio/wwwroot/changelog/v0.7.1.md diff --git a/app/MindWork AI Studio/Components/Blocks/Changelog.Logs.cs b/app/MindWork AI Studio/Components/Blocks/Changelog.Logs.cs index 50b50bb..b5f7d14 100644 --- a/app/MindWork AI Studio/Components/Blocks/Changelog.Logs.cs +++ b/app/MindWork AI Studio/Components/Blocks/Changelog.Logs.cs @@ -13,6 +13,7 @@ public partial class Changelog public static readonly Log[] LOGS = [ + new (161, "v0.7.1, build 161 (2024-07-13 12:44 UTC)", "v0.7.1.md"), new (160, "v0.7.0, build 160 (2024-07-13 08:21 UTC)", "v0.7.0.md"), new (159, "v0.6.3, build 159 (2024-07-03 18:26 UTC)", "v0.6.3.md"), new (158, "v0.6.2, build 158 (2024-07-01 18:03 UTC)", "v0.6.2.md"), diff --git a/app/MindWork AI Studio/Components/Pages/Home.razor.cs b/app/MindWork AI Studio/Components/Pages/Home.razor.cs index 031c37d..6affbfe 100644 --- a/app/MindWork AI Studio/Components/Pages/Home.razor.cs +++ b/app/MindWork AI Studio/Components/Pages/Home.razor.cs @@ -31,7 +31,7 @@ public partial class Home : ComponentBase private static readonly TextItem[] ITEMS_ADVANTAGES = [ new TextItem("Free of charge", "The app is free to use, both for personal and commercial purposes."), - new TextItem("Independence", "Users are not tied to any single provider. The initial version supports OpenAI models (like GPT-4o, GPT-4, GPT-4 Turbo, etc.). Future versions will support other providers such as Mistral or Google Gemini."), + new TextItem("Independence", "You are not tied to any single provider. Instead, you might choose the provider that best suits your needs. Right now, we support OpenAI (GPT4o etc.), Mistral, Anthropic (Claude), and self-hosted models using llama.cpp or LM Studio. Support for Google Gemini, ollama, Replicate, and Fireworks is planned."), new TextItem("Unrestricted usage", "Unlike services like ChatGPT, which impose limits after intensive use, MindWork AI Studio offers unlimited usage through the providers API."), 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."), diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.7.1.md b/app/MindWork AI Studio/wwwroot/changelog/v0.7.1.md new file mode 100644 index 0000000..b36eaa0 --- /dev/null +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.7.1.md @@ -0,0 +1,2 @@ +# v0.7.1, build 161 (2024-07-13 12:44 UTC) +- Fixed the description on the start page, about the possible LLM providers. \ No newline at end of file diff --git a/metadata.txt b/metadata.txt index 8c9ddf2..2532468 100644 --- a/metadata.txt +++ b/metadata.txt @@ -1,9 +1,9 @@ -0.7.0 -2024-07-13 08:21:49 UTC -160 +0.7.1 +2024-07-13 11:42:46 UTC +161 8.0.107 (commit 1bdaef7265) 8.0.7 (commit 2aade6beb0) 1.79.0 (commit 129f3b996) 6.20.0 1.6.1 -09e1f8715f8, release +d781e48ae66, dev debug diff --git a/runtime/Cargo.lock b/runtime/Cargo.lock index d9ac91f..06771de 100644 --- a/runtime/Cargo.lock +++ b/runtime/Cargo.lock @@ -2313,7 +2313,7 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" [[package]] name = "mindwork-ai-studio" -version = "0.7.0" +version = "0.7.1" dependencies = [ "arboard", "flexi_logger", diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 8c59739..4a16c09 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mindwork-ai-studio" -version = "0.7.0" +version = "0.7.1" edition = "2021" description = "MindWork AI Studio" authors = ["Thorsten Sommer"] diff --git a/runtime/tauri.conf.json b/runtime/tauri.conf.json index b77e2c7..11e3744 100644 --- a/runtime/tauri.conf.json +++ b/runtime/tauri.conf.json @@ -6,7 +6,7 @@ }, "package": { "productName": "MindWork AI Studio", - "version": "0.7.0" + "version": "0.7.1" }, "tauri": { "allowlist": {