From cf7c8d4a952f2ef518747d4b9196009df9bec819 Mon Sep 17 00:00:00 2001 From: Sosokker Date: Fri, 29 Aug 2025 01:49:46 +0700 Subject: [PATCH] fix: update AI model in OpenRouter chat function for improved performance --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 7cd43ad..b2c265c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -225,7 +225,7 @@ async function callOpenRouterChat(userPrompt: string) { "Content-Type": "application/json", }, body: JSON.stringify({ - model: "deepseek/deepseek-chat-v3.1:free", + model: "moonshotai/kimi-k2:free", messages: [ { role: "system", content: randomSystem() }, {