mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix ollama keepAlive config hint.
This commit is contained in:
@@ -126,7 +126,7 @@ ollama:
|
|||||||
# Controls how long the model will stay loaded into memory following the request
|
# Controls how long the model will stay loaded into memory following the request
|
||||||
# * -1: Keep the model loaded indefinitely
|
# * -1: Keep the model loaded indefinitely
|
||||||
# * 0: Unload the model immediately after the request
|
# * 0: Unload the model immediately after the request
|
||||||
# * 5m: Keep the model loaded for 5 minutes after the request. Accepts duration strings (e.g. 5h30m40s)
|
# * N (any positive number): Keep the model loaded for N seconds after the request.
|
||||||
keepAlive: -1
|
keepAlive: -1
|
||||||
# -- ANTHROPIC CLAUDE API CONFIGURATION --
|
# -- ANTHROPIC CLAUDE API CONFIGURATION --
|
||||||
claude:
|
claude:
|
||||||
|
Reference in New Issue
Block a user