We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e66831 commit a5c44ddCopy full SHA for a5c44dd
Aimmy2/AILogic/AIManager.cs
@@ -255,7 +255,7 @@ private async Task InitializeModel(string modelPath)
255
}
256
257
258
- private async Task LoadModelAsync(string modelPath, bool failure = false) // default value for failure is false, obviously
+ private async Task<Task> LoadModelAsync(string modelPath, bool failure = false) // default value for failure is false, obviously
259
{
260
try
261
0 commit comments