feat: add context window limit for claude4 (#2689)

This commit is contained in:
Salman Mohammed
2025-05-27 22:28:57 -04:00
committed by GitHub
parent 54a0255f7b
commit f080a41387
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@ static MODEL_SPECIFIC_LIMITS: Lazy<HashMap<&'static str, usize>> = Lazy::new(||
// Anthropic models, https://docs.anthropic.com/en/docs/about-claude/models
map.insert("claude-3", 200_000);
map.insert("claude-4", 200_000);
// Google models, https://ai.google/get-started/our-models/
map.insert("gemini-2.5", 1_000_000);