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
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,14 +45,23 @@ public Settings(ConfigData configData)
45
45
}
46
46
}
47
47
48
+
/// <summary>
49
+
/// Retrieve available models from the Ollama endpoint.
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>
52
+
/// <param name="cancellationToken">Used for cancel the operation.</param>
0 commit comments