Fix ollama keepAlive config hint.
| @@ -126,7 +126,7 @@ ollama: | ||
| 126 | 126 | # Controls how long the model will stay loaded into memory following the request |
| 127 | 127 | # * -1: Keep the model loaded indefinitely |
| 128 | 128 | # * 0: Unload the model immediately after the request |
| 129 | 129 | # * 5mN (any positive number): Keep the model loaded for 5N minutesseconds after the request. Accepts duration strings (e.g. 5h30m40s) |
| 130 | 130 | keepAlive: -1 |
| 131 | 131 | # -- ANTHROPIC CLAUDE API CONFIGURATION -- |
| 132 | 132 | claude: |