From 7cc3a87cf4b522fcbf53482c08807a33f82e7235 Mon Sep 17 00:00:00 2001 From: srwareham Date: Sun, 7 Jul 2024 07:38:13 -0700 Subject: [PATCH] Describe new keep_alive field in ollama.markdown (#33191) --- source/_integrations/ollama.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_integrations/ollama.markdown b/source/_integrations/ollama.markdown index 7ba8f9e947d..ec007662651 100644 --- a/source/_integrations/ollama.markdown +++ b/source/_integrations/ollama.markdown @@ -41,4 +41,7 @@ Prompt template: Max history messages: description: Maximum number of messages to keep for each conversation (0 = no limit). Limiting this value will cause older messages in a conversation to be dropped. +Keep alive: + description: Duration in seconds for the Ollama host to keep the model in memory after receiving a message (-1 = no limit, 0 = no retention). Default value is -1. + {% endconfiguration_basic %}