Fix ollama keepAlive config hint.

1e3a97a3aa2ac762bf98c956691b418291d37bb5

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
default/config.yaml+1 -1
@@ -126,7 +126,7 @@ ollama:
126126 # Controls how long the model will stay loaded into memory following the request
127127 # * -1: Keep the model loaded indefinitely
128128 # * 0: Unload the model immediately after the request
129129 # * 5mN (any positive number): Keep the model loaded for 5N minutesseconds after the request. Accepts duration strings (e.g. 5h30m40s)
130130 keepAlive: -1
131131# -- ANTHROPIC CLAUDE API CONFIGURATION --
132132claude: