mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 12:26:50 +00:00
Describe new keep_alive field in ollama.markdown (#33191)
This commit is contained in:
parent
f0aacb53d0
commit
7cc3a87cf4
@ -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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user