diff --git a/app/MindWork AI Studio/Pages/Settings.razor b/app/MindWork AI Studio/Pages/Settings.razor index 02586ce7..620d3d1c 100644 --- a/app/MindWork AI Studio/Pages/Settings.razor +++ b/app/MindWork AI Studio/Pages/Settings.razor @@ -11,6 +11,12 @@ Configured Providers + + What we call a provider is the combination of an LLM provider such as OpenAI and a model like GPT-4o. + You can configure as many providers as you want. This way, you can use the appropriate model for each + task. As an LLM provider, you can also choose local providers. However, to use this app, you must + configure at least one provider. + diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.9.7.md b/app/MindWork AI Studio/wwwroot/changelog/v0.9.7.md index bdd5d8ab..355b4133 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v0.9.7.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.9.7.md @@ -1,2 +1,3 @@ # v0.9.7, build 182 (2024-09-09 xx:xx UTC) +- Added an introductory description to the provider settings. - Improved hyphenation for continuous text so that the rules of the respective language are taken into account where possible. \ No newline at end of file