chore: change model for less ratelimits

This commit is contained in:
2025-04-16 13:34:02 +02:00
parent f01da5c1d8
commit 94acd3c3d5

View File

@@ -19,7 +19,7 @@ export default async function fill(message: string) {
}
const aiResponse = await openai.chat.completions.create({
model: 'llama-3.3-70b-versatile',
model: 'llama3-70b-8192',
messages: [
{
role: 'system',