rename max_context_length to fallback_default_max_tokens

This commit is contained in:
Jochen
2025-11-06 19:47:02 +11:00
parent af20c93c61
commit 0e1f9dbf9a
5 changed files with 14 additions and 14 deletions

View File

@@ -31,7 +31,7 @@ model_path = "test.gguf"
model_type = "llama"
[agent]
max_context_length = 8192
fallback_default_max_tokens = 8192
enable_streaming = true
timeout_seconds = 60
"#;
@@ -72,7 +72,7 @@ token = "test-token"
model = "test-model"
[agent]
max_context_length = 8192
fallback_default_max_tokens = 8192
enable_streaming = true
timeout_seconds = 60
"#;
@@ -113,7 +113,7 @@ token = "test-token"
model = "test-model"
[agent]
max_context_length = 8192
fallback_default_max_tokens = 8192
enable_streaming = true
timeout_seconds = 60
"#;