From 9b2f0e9090b5245db54139e8eb6a4d35b4ad6592 Mon Sep 17 00:00:00 2001 From: p-sw Date: Sun, 7 Jun 2026 14:58:44 +0900 Subject: [PATCH] chore: change IDENTITY_MODEL to gemini-3.5-flash --- src/openrouter/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openrouter/index.ts b/src/openrouter/index.ts index 6b2830b..e58ed76 100644 --- a/src/openrouter/index.ts +++ b/src/openrouter/index.ts @@ -3,7 +3,7 @@ import { OpenRouter } from "@openrouter/sdk"; import type { ChatRequestEffort } from "@openrouter/sdk/models"; const CONVERSATION_MODEL = "x-ai/grok-4.3" as const; -const IDENTITY_MODEL = "openai/gpt-5.4" as const; +const IDENTITY_MODEL = "google/gemini-3.5-flash" as const; type MODELS = typeof CONVERSATION_MODEL | typeof IDENTITY_MODEL; type StructuredOptions = {