@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.
Files changed (2) hide show
  1. package/index.mjs +7 -7
  2. 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
- 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.
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
- 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}.
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
- 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`,
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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/ai_module",
3
- "version": "1.1.4842",
3
+ "version": "1.1.4843",
4
4
  "description": "Xuda AI Module",
5
5
  "main": "index.mjs",
6
6
  "type": "module",