mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
fix(core): make it real action (#6745)
This commit is contained in:
@@ -287,10 +287,9 @@ export function setupAIProvider() {
|
||||
});
|
||||
|
||||
provideAction('makeItReal', options => {
|
||||
return toImage({
|
||||
return textToText({
|
||||
...options,
|
||||
promptName: 'Make it real',
|
||||
seed: options.seed,
|
||||
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?',
|
||||
|
||||
Reference in New Issue
Block a user