chore: default context window to 200k

This commit is contained in:
chengyongru
2026-06-22 18:33:49 +08:00
committed by Xubin Ren
parent 991422a328
commit 0db9fbe250
10 changed files with 29 additions and 22 deletions
+1 -1
View File
@@ -993,7 +993,7 @@ def _try_auto_fill_context_window(model: BaseModel, new_model_name: str) -> None
current_context = getattr(model, "context_window_tokens", None)
# Check if current value is the default (65536)
# Check if current value is the default
# We only auto-fill if the user hasn't changed it from default
from nanobot.config.schema import AgentDefaults