@xuda.io/ai_module 1.1.5570 → 1.1.5571

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 +4 -4
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -6603,10 +6603,10 @@ const create_ai_agent_image = async function (req, job_id, headers) {
6603
6603
  // const model = 'gpt-image-1-mini';
6604
6604
  const prompt = `
6605
6605
  Create a futuristic, profile portrait with a transparent background.
6606
- Use the provided image only as loose inspiration for pose, framing, and general visual style.
6607
- Do not preserve identity and do not create a photorealistic likeness.
6608
- Make the character a complete metallic, hairless humanoid,
6609
- The humanoid must remain completely metal.
6606
+ Use the provided image as reference.
6607
+
6608
+ Make the character a complete metallic,
6609
+
6610
6610
  Center the character facing forward, with subtle top spacing, showing only the head and shoulders.
6611
6611
  Style the humanoid with functional, minimal attire integrated into its form (such as collars,
6612
6612
  layered panels, shoulder structures, or fabric-like surfaces), avoiding human fashion tropes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/ai_module",
3
- "version": "1.1.5570",
3
+ "version": "1.1.5571",
4
4
  "description": "Xuda AI Module",
5
5
  "main": "index.mjs",
6
6
  "type": "module",