This commit is contained in:
Dax Raad 2025-05-26 13:44:59 -04:00
commit 113c49457f
4 changed files with 305 additions and 4 deletions

View file

@ -167,7 +167,7 @@ export namespace Session {
msgs.push(msg);
await write(msg);
const model = await LLM.findModel("claude-3-7-sonnet-20250219");
const model = await LLM.findModel("claude-sonnet-4-20250514");
const result = streamText({
maxSteps: 1000,
messages: convertToModelMessages(msgs),