We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c00cb3 commit e1f8060Copy full SHA for e1f8060
crates/goose/src/config/signup_tetrate/mod.rs
@@ -14,7 +14,7 @@ use tokio::sync::oneshot;
14
use tokio::time::timeout;
15
16
/// Default models for Tetrate Agent Router Service configuration
17
-pub const TETRATE_DEFAULT_MODEL: &str = "claude-4-sonnet-20250514";
+pub const TETRATE_DEFAULT_MODEL: &str = "claude-haiku-4-5";
18
19
// Auth endpoints are on the main web domain
20
const TETRATE_AUTH_URL: &str = "https://router.tetrate.ai/auth";
0 commit comments