diff --git a/AIDevGallery/Utils/AppData.cs b/AIDevGallery/Utils/AppData.cs index 4535c841..c5b64b71 100644 --- a/AIDevGallery/Utils/AppData.cs +++ b/AIDevGallery/Utils/AppData.cs @@ -54,7 +54,7 @@ public AppData() IsAppContentSearchEnabled = true; 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()