model deprecat
This commit is contained in:
parent
0873d46412
commit
926d492421
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue