Describe new keep_alive field in ollama.markdown (#33191)

This commit is contained in:
srwareham 2024-07-07 07:38:13 -07:00 committed by GitHub
parent f0aacb53d0
commit 7cc3a87cf4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,4 +41,7 @@ Prompt template:
Max history messages: 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. 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 %} {% endconfiguration_basic %}