mirror of
https://github.com/SrIzan10/echospace.git
synced 2026-06-06 00:56:54 +00:00
chore: change model for less ratelimits
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user