diff --git a/src/index.js b/src/index.js index 5328bcc..88fcc96 100644 --- a/src/index.js +++ b/src/index.js @@ -55,7 +55,7 @@ client.on(Events.InteractionCreate, async interaction => { console.log(`${interaction.user.username} ran ${(interaction.isChatInputCommand() ? "/" : '') + interaction.commandName}`); try { - interaction.defaultModel = "llama-3.1-70b-versatile"; + interaction.defaultModel = "llama-3.2-90b-text-preview"; await command.execute(interaction); } catch (err) { console.error(err); @@ -134,4 +134,4 @@ client.once(Events.ClientReady, async () => { } }); -client.login(process.env.TOKEN); \ No newline at end of file +client.login(process.env.TOKEN);