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
Copy file name to clipboardExpand all lines: shell/agents/AIShell.Ollama.Agent/Settings.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ public Settings(ConfigData configData)
48
48
/// <summary>
49
49
/// Retrieve available models from the Ollama endpoint.
50
50
/// </summary>
51
-
/// <param name="host">Used for writing error to host when it's a local endpoint but the Ollama server is not started. The endpoint check will be skipped if a `null` is specified.</param>
51
+
/// <param name="host">Used for writing error to host when it's a local endpoint but the Ollama server is not started. When the value is null, the endpoint check will be skipped.</param>
52
52
/// <param name="cancellationToken">Used for cancel the operation.</param>
0 commit comments