upgrade prompt ai model

This commit is contained in:
Ashley Graves 2024-10-28 20:35:33 +01:00
parent 7bff830b00
commit 0873d46412
No known key found for this signature in database

View file

@ -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);
client.login(process.env.TOKEN);