feat: add config for ollama keep alive (#1858)

This commit is contained in:
Ricardo Maraschini
2025-04-17 04:47:51 +02:00
committed by GitHub
parent 37f4e960ae
commit cff8cbf9c5
3 changed files with 4 additions and 0 deletions

View File

@@ -288,6 +288,7 @@ M._defaults = {
options = {
temperature = 0,
num_ctx = 20480,
keep_alive = "5m",
},
},
---@type AvanteSupportedProvider