@xuda.io/ai_module 1.1.4842 → 1.1.4843
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.mjs +7 -7
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -5310,15 +5310,15 @@ export const get_profile_avatar = async function (profile_picture, uid, prompt,
|
|
|
5310
5310
|
model,
|
|
5311
5311
|
image: image_blob_ret.image_blob, //logo
|
|
5312
5312
|
prompt: `
|
|
5313
|
-
|
|
5314
|
-
|
|
5313
|
+
Create a transparent PNG profile image for a business account featuring building branded as ${name}.
|
|
5314
|
+
Display the attached logo clearly as prominent exterior signage.
|
|
5315
5315
|
|
|
5316
|
-
|
|
5317
|
-
|
|
5318
|
-
|
|
5316
|
+
show ${obj?.[business_size] || 'office building'} located in ${country}
|
|
5317
|
+
The building’s architecture and overall atmosphere should reflect the nature of the business,
|
|
5318
|
+
aligning with ${mainCategory} and ${subCategory}.
|
|
5319
5319
|
|
|
5320
|
-
|
|
5321
|
-
|
|
5320
|
+
Use the provided bio (${bio}) to understand the company’s focus and personality, and adapt the architectural style to match the ${country} country’s local design language. Select an appropriate building type for the specific business category, and present a contemporary, creative office environment with a strong, recognizable brand identity.
|
|
5321
|
+
The background should be fully removed, remove trees,clouds,sky or any landscape objects`,
|
|
5322
5322
|
background: 'transparent',
|
|
5323
5323
|
});
|
|
5324
5324
|
report_ai_status(model);
|