mirror of
https://git.arson.gg/lilith/discord-bot.git
synced 2025-12-05 03:34:49 +01:00
update modelss
This commit is contained in:
parent
a7b646d58d
commit
ebce7548aa
2 changed files with 3 additions and 3 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.3-70b-versatile";
|
||||
await command.execute(interaction);
|
||||
} catch (err) {
|
||||
console.error(err);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue