From 94acd3c3d528f2515d712c7d4a15bc10eeb857a2 Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Wed, 16 Apr 2025 13:34:02 +0200 Subject: [PATCH] chore: change model for less ratelimits --- src/components/app/AiFill/fill.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/app/AiFill/fill.ts b/src/components/app/AiFill/fill.ts index 48012ea..e4312ec 100644 --- a/src/components/app/AiFill/fill.ts +++ b/src/components/app/AiFill/fill.ts @@ -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',