mirror of
https://github.com/SrIzan10/vinci.git
synced 2026-06-06 01:07:00 +00:00
chore: switch models
This commit is contained in:
@@ -39,7 +39,7 @@ export async function aiHandle(msg: OmitPartialGroupDMChannel<Message<boolean>>,
|
||||
|
||||
const sentMsg = await msg.reply(':sparkles: Razonando...');
|
||||
const stream = await openai.chat.completions.create({
|
||||
model: 'google/gemini-3-pro-preview',
|
||||
model: 'moonshotai/kimi-k2.5',
|
||||
messages,
|
||||
max_tokens: 2000,
|
||||
max_completion_tokens: 2000,
|
||||
|
||||
Reference in New Issue
Block a user