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

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 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");
 
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");