fix: update AI model in OpenRouter chat function for improved performance
This commit is contained in:
parent
903b33885a
commit
cf7c8d4a95
@ -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() },
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user