mirror of
https://github.com/SrIzan10/vinci.git
synced 2026-06-06 01:07:00 +00:00
chore: switch models again
This commit is contained in:
@@ -70,7 +70,7 @@ export async function aiHandle(msg: OmitPartialGroupDMChannel<Message<boolean>>,
|
||||
if (!isThread) {
|
||||
const titleMessage = (
|
||||
await openai.chat.completions.create({
|
||||
model: 'google/gemini-3-pro-preview',
|
||||
model: 'openai/gpt-oss-120b',
|
||||
messages: [
|
||||
{ role: 'system', content: systemMsg },
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user