update modelss

This commit is contained in:
Lilith Ashley Nyx Arson 2025-01-29 01:29:29 +01:00
parent a7b646d58d
commit ebce7548aa
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

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.3-70b-versatile";
await command.execute(interaction);
} catch (err) {
console.error(err);