upgrade prompt ai model
This commit is contained in:
parent
7bff830b00
commit
0873d46412
1 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ client.on(Events.InteractionCreate, async interaction => {
|
||||||
console.log(`${interaction.user.username} ran ${(interaction.isChatInputCommand() ? "/" : '') + interaction.commandName}`);
|
console.log(`${interaction.user.username} ran ${(interaction.isChatInputCommand() ? "/" : '') + interaction.commandName}`);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
interaction.defaultModel = "llama-3.1-70b-versatile";
|
interaction.defaultModel = "llama-3.2-90b-text-preview";
|
||||||
await command.execute(interaction);
|
await command.execute(interaction);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.error(err);
|
console.error(err);
|
||||||
|
|
Loading…
Reference in a new issue