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}`);
|
||||
|
||||
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);
|
||||
|
|
Loading…
Reference in a new issue