From 1af9f7f3609d52c07f5d2ab88286b1e2ec72f1ab Mon Sep 17 00:00:00 2001 From: khaneliman Date: Thu, 5 Jun 2025 13:46:17 +0000 Subject: [PATCH] deploy: 13a45ede6c17b5e923dfc18a40a3f646436f4809 --- options.xhtml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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;
         }
       ];
     }