fix(ai): update copilot claude test model

This commit is contained in:
Mario Zechner
2026-05-10 17:47:45 +02:00
parent e25415dd5f
commit cf7f2e3dbb
12 changed files with 22 additions and 22 deletions

View File

@@ -13,8 +13,8 @@ function anthropicNormalizeToolCallId(
function makeCopilotClaudeModel(): Model<"anthropic-messages"> {
return {
id: "claude-sonnet-4",
name: "Claude Sonnet 4",
id: "claude-sonnet-4.6",
name: "Claude Sonnet 4.6",
api: "anthropic-messages",
provider: "github-copilot",
baseUrl: "https://api.individual.githubcopilot.com",