diff --git a/AIDevGallery/Utils/AppData.cs b/AIDevGallery/Utils/AppData.cs index 78692a50..fca5dd48 100644 --- a/AIDevGallery/Utils/AppData.cs +++ b/AIDevGallery/Utils/AppData.cs @@ -48,7 +48,7 @@ public AppData() IsDiagnosticsMessageDismissed = false; LastAdapterPath = string.Empty; LastSystemPrompt = string.Empty; - WinMLSampleOptions = new WinMlSampleOptions(ExecutionProviderDevicePolicy.DEFAULT, null, false, null); + WinMLSampleOptions = new WinMlSampleOptions(null, "CPU", false, null); } private static string GetConfigFilePath()