fix: update AI model in OpenRouter chat function for improved performance

This commit is contained in:
Sosokker 2025-08-29 01:49:46 +07:00
parent 903b33885a
commit cf7c8d4a95

View File

@ -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() },
{