Skip to content

Commit e1f8060

Browse files
eckikatzdave
authored andcommitted
fix: default tetrate model is broken, replace with haiku-4.5 (#5535) (#5587)
Signed-off-by: Bernd Eckenfels <[email protected]>
1 parent 8c00cb3 commit e1f8060

File tree

1 file changed

+1
-1
lines changed
  • crates/goose/src/config/signup_tetrate

1 file changed

+1
-1
lines changed

crates/goose/src/config/signup_tetrate/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use tokio::sync::oneshot;
1414
use tokio::time::timeout;
1515

1616
/// Default models for Tetrate Agent Router Service configuration
17-
pub const TETRATE_DEFAULT_MODEL: &str = "claude-4-sonnet-20250514";
17+
pub const TETRATE_DEFAULT_MODEL: &str = "claude-haiku-4-5";
1818

1919
// Auth endpoints are on the main web domain
2020
const TETRATE_AUTH_URL: &str = "https://router.tetrate.ai/auth";

0 commit comments

Comments
 (0)