Update pages/api/generate.js
Browse files- pages/api/generate.js +1 -1
pages/api/generate.js
CHANGED
|
@@ -61,7 +61,7 @@ export default async function handler(req, res) {
|
|
| 61 |
{
|
| 62 |
text: `${
|
| 63 |
prompt ? prompt + ". " : ""
|
| 64 |
-
}From the provided hand-drawing
|
| 65 |
},
|
| 66 |
];
|
| 67 |
console.log("Using multipart content with drawing data and prompt");
|
|
|
|
| 61 |
{
|
| 62 |
text: `${
|
| 63 |
prompt ? prompt + ". " : ""
|
| 64 |
+
}From the provided hand-drawing interiors design as the starting point, convert it into a detailed interior photoghraphy. Maintain the original line of while adding depth and visual appeal.`,
|
| 65 |
},
|
| 66 |
];
|
| 67 |
console.log("Using multipart content with drawing data and prompt");
|