TDN-M commited on
Commit
502a665
·
verified ·
1 Parent(s): 5a8743f

Update pages/api/generate.js

Browse files
Files changed (1) hide show
  1. 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 2D plan layout as the starting point, convert it into a detailed 3D sketch, including walls, doors, windows, and basic furniture placement. Enhance the design with a realistic perspective and improve it to create a stunning 3D representation. Maintain the original style of the layout while adding depth and visual appeal.`,
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");