diff --git a/options.xhtml b/options.xhtml index 31e7d9622..e3981712f 100644 --- a/options.xhtml +++ b/options.xhtml @@ -14281,15 +14281,17 @@ YAML value

{ }

Example:

{
-  model = "Ollama:mistral-small:latest";
+  model = "ollama:mistral-small3.1:latest";
   clients = [
     {
       type = "openai-compatible";
-      name = "Ollama";
+      name = "ollama";
       api_base = "http://localhost:11434/v1";
       models = [
         {
-          name = "llama3.2:latest";
+          name = "mistral-small3.1:latest";
+          supports_function_calling = true;
+          supports_vision = true;
         }
       ];
     }