Use consistent terminology

This commit is contained in:
Fahad
2025-06-13 09:06:12 +04:00
parent e2762c4ed0
commit b16f85979b
13 changed files with 38 additions and 52 deletions

View File

@@ -72,7 +72,7 @@ class ModelContext:
Returns:
TokenAllocation with calculated budgets
"""
total_tokens = self.capabilities.max_tokens
total_tokens = self.capabilities.context_window
# Dynamic allocation based on model capacity
if total_tokens < 300_000: