You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am on X Plus, with dev channel OS (26120.3073), WinUI packaged app
I am getting exception whilst creating the model LanguageModel.CreateAsync();
if(!LanguageModel.IsAvailable()){varop2=awaitLanguageModel.MakeAvailableAsync();}try{usingLanguageModellanguageModel=awaitLanguageModel.CreateAsync();stringprompt="Provide the molecular formula for glucose.";varresult=awaitlanguageModel.GenerateResponseAsync(prompt);Console.WriteLine(result.Response);}catch(Exceptione){}
Describe the bug
I am on X Plus, with dev channel OS (26120.3073), WinUI packaged app
I am getting exception whilst creating the model
LanguageModel.CreateAsync();
csproj settings
Steps to reproduce the bug
Expected behavior
No response
Screenshots
No response
NuGet package version
Windows App SDK 1.7 Experimental 3: 1.7.250127003-experimental3
Packaging type
Packaged (MSIX)
Windows version
Insider Build (xxxxx)
IDE
Visual Studio 2022
Additional context
No response
The text was updated successfully, but these errors were encountered: