how did I not realize this sooner

This commit is contained in:
Lilith Ashley Nyx Arson 2025-06-26 04:16:39 +00:00
parent ebce7548aa
commit fe9a0c46af
5 changed files with 323 additions and 589 deletions

View file

@ -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();

View file

@ -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([