From 4bd04e0a31fa6c9de4bba962b90a0682c5b0deec Mon Sep 17 00:00:00 2001 From: Ashley Graves Date: Mon, 28 Oct 2024 19:06:22 +0100 Subject: [PATCH] Update vision model --- src/commands/accessibility/describe.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/accessibility/describe.js b/src/commands/accessibility/describe.js index 38b9348..37b0235 100644 --- a/src/commands/accessibility/describe.js +++ b/src/commands/accessibility/describe.js @@ -45,7 +45,7 @@ module.exports = { } }] }], - "model": "llama-3.2-11b-vision-preview" + "model": "llama-3.2-90b-vision-preview" })).choices[0].message.content.trim(); if (description.length < 2000) { @@ -62,4 +62,4 @@ module.exports = { await interaction.followUp({ embeds, files }); }, -}; \ No newline at end of file +};