Skip to content

Commit 3a3ad9b

Browse files
committed
fix(chat): switch to Haiku 4.5
smart enough for our case.
1 parent 2fde059 commit 3a3ad9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/api/chat/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export async function POST(req: Request) {
9999
);
100100
}
101101

102-
const model = anthropic("claude-sonnet-4-5");
102+
const model = anthropic("claude-haiku-4-5");
103103
const posthogClient = await createPostHogClient();
104104

105105
const tracedModel = withTracing(model, posthogClient, {

0 commit comments

Comments
 (0)