mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-10 07:03:08 -04:00
fix description for palm and bard
This commit is contained in:
parent
09cd1a7fa4
commit
0363a145ef
2 changed files with 2 additions and 5 deletions
|
@ -21,10 +21,7 @@ module.exports = {
|
||||||
category: 'limited',
|
category: 'limited',
|
||||||
usage: 'bard <input>'
|
usage: 'bard <input>'
|
||||||
},
|
},
|
||||||
args: [
|
args: [],
|
||||||
{ name: 'prompt', default: '', required: false, help: "The starting system prompt." },
|
|
||||||
{ name: 'temperature', default: 0.25, required: false, help: "Model temperature." },
|
|
||||||
],
|
|
||||||
permissionsClient: [Permissions.EMBED_LINKS, Permissions.SEND_MESSAGES, Permissions.ATTACH_FILES, Permissions.USE_EXTERNAL_EMOJIS, Permissions.READ_MESSAGE_HISTORY],
|
permissionsClient: [Permissions.EMBED_LINKS, Permissions.SEND_MESSAGES, Permissions.ATTACH_FILES, Permissions.USE_EXTERNAL_EMOJIS, Permissions.READ_MESSAGE_HISTORY],
|
||||||
run: async (context, args) => {
|
run: async (context, args) => {
|
||||||
if(!canUseLimitedTestCommands(context)) return;
|
if(!canUseLimitedTestCommands(context)) return;
|
||||||
|
|
|
@ -16,7 +16,7 @@ module.exports = {
|
||||||
metadata: {
|
metadata: {
|
||||||
description: `${iconPill("generative_ai", "LIMITED TESTING")}\n\nTalk to PaLM 2.`,
|
description: `${iconPill("generative_ai", "LIMITED TESTING")}\n\nTalk to PaLM 2.`,
|
||||||
description_short: 'Chat with PaLM 2.',
|
description_short: 'Chat with PaLM 2.',
|
||||||
examples: ['bard How many otter species are there?'],
|
examples: ['palm How many otter species are there?'],
|
||||||
category: 'limited',
|
category: 'limited',
|
||||||
usage: 'palm <input> [-prompt <prompt override>]'
|
usage: 'palm <input> [-prompt <prompt override>]'
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue