mirror of
https://git.arson.gg/lilith/discord-bot.git
synced 2025-12-05 03:34:49 +01:00
how did I not realize this sooner
This commit is contained in:
parent
ebce7548aa
commit
fe9a0c46af
5 changed files with 323 additions and 589 deletions
|
|
@ -55,7 +55,7 @@ module.exports = {
|
|||
}
|
||||
}]
|
||||
}],
|
||||
"model": "llama-3.2-90b-vision-preview"
|
||||
"model": "meta-llama/llama-4-maverick-17b-128e-instruct"
|
||||
}));
|
||||
|
||||
const description = data.choices[0].message.content.trim();
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ const data = new SlashCommandBuilder()
|
|||
.addStringOption(builder =>
|
||||
builder //
|
||||
.setName("booru")
|
||||
.setDescription("Booru board to search (default: gelbooru.org)")
|
||||
.setDescription("Booru board to search (default: gelbooru.com)")
|
||||
.addChoices(boorus)
|
||||
)
|
||||
.setContexts([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue