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
|
| 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 floor layout as the starting point, convert it into a detailed 3D sketch, including walls, doors, windows, and basic minimalist furniture placement. Enhance the design with a realistic perspective and improve it to create a stunning 3D representation. Maintain the original line of the layout while adding depth and visual appeal.`,
|
| 65 |
},
|
| 66 |
];
|
| 67 |
console.log("Using multipart content with drawing data and prompt");
|