This commit is contained in:
vanzue
2025-11-15 21:06:49 +08:00
parent 3503e350b2
commit 8b885ccf8e
2 changed files with 1 additions and 5 deletions

View File

@@ -180,10 +180,6 @@ internal sealed class FoundryClient
return true;
}
// Do not check if model exists in cache as this is not reliable
// var cachedModels = await ListCachedModels().ConfigureAwait(false);
// Logger.LogInfo($"[FoundryClient] Cached models: {string.Join(", ", cachedModels.Select(m => m.Name))}");
// Load the model
Logger.LogInfo($"[FoundryClient] Loading model: {modelId}");
await _foundryManager.LoadModelAsync(modelId).ConfigureAwait(false);

View File

@@ -152,7 +152,7 @@
Spacing="8">
<Image Width="36" Source="ms-appx:///Assets/Settings/Icons/Models/FoundryLocal.svg" />
<TextBlock
x:Uid="AdvancedPaste_FL_FLNotavailableYet"
x:Uid="AdvancedPaste_FL_FLNotAvailableYet"
HorizontalAlignment="Center"
FontWeight="SemiBold"
TextAlignment="Center"