mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-10 15:13:04 -04:00
wrong versio
This commit is contained in:
parent
1aa6018089
commit
b8ee1a786c
1 changed files with 3 additions and 3 deletions
|
@ -13,8 +13,8 @@ module.exports = {
|
||||||
name: 'dalle',
|
name: 'dalle',
|
||||||
label: 'text',
|
label: 'text',
|
||||||
metadata: {
|
metadata: {
|
||||||
description: `${iconPill("generative_ai", "LIMITED TESTING")}\n\nGenerate images with DALL-E 2`,
|
description: `${iconPill("generative_ai", "LIMITED TESTING")}\n\nGenerate images with DALL-E`,
|
||||||
description_short: 'Generate images with DALL-E 2.',
|
description_short: 'Generate images with DALL-E.',
|
||||||
examples: ['dalle Otter, in the style of the great wave'],
|
examples: ['dalle Otter, in the style of the great wave'],
|
||||||
category: 'limited',
|
category: 'limited',
|
||||||
usage: 'dalle <prompt>'
|
usage: 'dalle <prompt>'
|
||||||
|
@ -62,7 +62,7 @@ module.exports = {
|
||||||
url: "attachment://" + f
|
url: "attachment://" + f
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
text: `OpenAI DALL-E 2 • ${context.application.name}`,
|
text: `OpenAI DALL-E • ${context.application.name}`,
|
||||||
iconUrl: STATICS.openai
|
iconUrl: STATICS.openai
|
||||||
}
|
}
|
||||||
})],
|
})],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue