mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-24 05:07:06 +08:00
fix(core): make it real action (#6745)
This commit is contained in:
@@ -287,10 +287,9 @@ export function setupAIProvider() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
provideAction('makeItReal', options => {
|
provideAction('makeItReal', options => {
|
||||||
return toImage({
|
return textToText({
|
||||||
...options,
|
...options,
|
||||||
promptName: 'Make it real',
|
promptName: 'Make it real',
|
||||||
seed: options.seed,
|
|
||||||
content:
|
content:
|
||||||
options.content ||
|
options.content ||
|
||||||
'Here are the latest wireframes. Could you make a new website based on these wireframes and notes and send back just the html file?',
|
'Here are the latest wireframes. Could you make a new website based on these wireframes and notes and send back just the html file?',
|
||||||
|
|||||||
Reference in New Issue
Block a user