Skip to content

Commit 7f603fb

Browse files
committed
Use Claude Sonnet 4.6 for Discord prompt agent.
This replaces the unavailable GPT medium model alias so Discord prompt requests can run successfully through AI Gateway.
1 parent f4db8ab commit 7f603fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/lib/discord/prompt-agent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { eq } from "drizzle-orm";
66
import { createGateway, generateText, tool } from "ai";
77
import { z } from "zod";
88

9-
const DISCORD_AGENT_MODEL = "openai/gpt-5.3-medium";
9+
const DISCORD_AGENT_MODEL = "anthropic/claude-sonnet-4.6";
1010

1111
const updateEventInputSchema = z.object({
1212
slug: z.string().min(1),

0 commit comments

Comments
 (0)