mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 14:43:05 -04:00
add labels to gemini commands
This commit is contained in:
parent
102d895697
commit
7a28cef775
2 changed files with 4 additions and 4 deletions
|
@ -8,14 +8,14 @@ const { Permissions } = require("detritus-client/lib/constants");
|
|||
|
||||
const superagent = require('superagent');
|
||||
const { STATIC_ICONS } = require("../../../labscore/utils/statics");
|
||||
const { stringwrap } = require("../../../labscore/utils/markdown");
|
||||
const { stringwrap, iconPill, smallIconPill } = require("../../../labscore/utils/markdown");
|
||||
const { canUseLimitedTestCommands } = require("../../../labscore/utils/testing");
|
||||
module.exports = {
|
||||
name: 'gemini-vision',
|
||||
label: 'text',
|
||||
aliases: ['gv'],
|
||||
metadata: {
|
||||
description: 'Run Gemini Vision on an Image with a custom prompt.',
|
||||
description: `${iconPill("generative_ai", "LIMITED TESTING")}\n${smallIconPill("reply", "Supports Replies")}\n\nRun Gemini Vision on an Image with a custom prompt.`,
|
||||
description_short: 'Run Gemini Vision ',
|
||||
examples: ['gv Which show is this image from?'],
|
||||
category: 'limited',
|
||||
|
|
|
@ -5,14 +5,14 @@ const { editOrReply } = require("../../../labscore/utils/message");
|
|||
const { Permissions } = require("detritus-client/lib/constants");
|
||||
|
||||
const { STATIC_ICONS } = require("../../../labscore/utils/statics");
|
||||
const { stringwrap } = require("../../../labscore/utils/markdown");
|
||||
const { stringwrap, iconPill, smallIconPill } = require("../../../labscore/utils/markdown");
|
||||
const { canUseLimitedTestCommands } = require("../../../labscore/utils/testing");
|
||||
module.exports = {
|
||||
name: 'gemini',
|
||||
label: 'text',
|
||||
aliases: ['gem'],
|
||||
metadata: {
|
||||
description: 'Run Gemini Pro with a custom prompt.',
|
||||
description: `${iconPill("generative_ai", "LIMITED TESTING")}\n${smallIconPill("reply", "Supports Replies")}\n\nRun Gemini Pro with a custom prompt.`,
|
||||
description_short: 'Gemini',
|
||||
examples: ['gem why do they call it oven when you of in the cold food of out hot eat the food'],
|
||||
category: 'limited',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue