model deprecat

This commit is contained in:
Lilith Ashley Nyx Arson 2024-12-02 11:24:01 +01:00
parent 0873d46412
commit 926d492421
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.2-90b-text-preview";
interaction.defaultModel = "llama-3.1-70b-versatile";
await command.execute(interaction);
} catch (err) {
console.error(err);