Swap canonical model from openrouter to models.dev (#6625)

This commit is contained in:
David Katz
2026-01-29 13:40:52 -05:00
committed by GitHub
parent 35de0a21db
commit e2a18c932a
15 changed files with 16730 additions and 5026 deletions
+2 -2
View File
@@ -247,10 +247,10 @@ impl ProviderTester {
dbg!(&result);
println!("===================");
if self.name.to_lowercase() == "ollama" {
if self.name.to_lowercase() == "ollama" || self.name.to_lowercase() == "openrouter" {
assert!(
result.is_ok(),
"Expected to succeed because of default truncation"
"Expected to succeed because of default truncation or large context window"
);
return Ok(());
}