From fc8f5a62567430a9bfbfcd2ac1f8d6072850479c Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 21 Mar 2026 14:21:28 +0100 Subject: [PATCH] Updated model --- app/MindWork AI Studio/Pages/Home.razor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/MindWork AI Studio/Pages/Home.razor.cs b/app/MindWork AI Studio/Pages/Home.razor.cs index 610d22b0..04c35db6 100644 --- a/app/MindWork AI Studio/Pages/Home.razor.cs +++ b/app/MindWork AI Studio/Pages/Home.razor.cs @@ -95,7 +95,7 @@ public partial class Home : MSGComponentBase ## Step 4: Load OpenAI Models 1. Ensure you have an internet connection and your API key is valid. 2. Click "Reload" to retrieve a list of available OpenAI models. - 3. Select "gpt-4o" to use the latest model. + 3. Select "gpt-5.4" to use a current model. 4. Provide a name for this combination of provider, API key, and model. This is called the "instance name". For example, you can name it based on the usage context, such as "Personal OpenAI" or "Work OpenAI". ## Step 5: Save the Provider