@xuda.io/ai_module 1.1.4697 → 1.1.4698

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 +16 -6
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -6055,14 +6055,24 @@ export const get_profile_avatar = async function (profile_picture, uid, prompt,
6055
6055
  // 'A large group of thirty diverse professional employees, all appearing to be from ${country} (with ethnic features, skin tones, and facial characteristics typical of ${country}), men and women in business attire, standing together smiling in the foreground in front of the building',
6056
6056
  // },
6057
6057
  // };
6058
+ // const obj = {
6059
+ // unknown: `small single-story office building located in ${country}`,
6060
+ // sole: `town house located in ${country} `,
6061
+ // small: `small-sized building located in ${country} `,
6062
+ // medium: `medium-sized multi-story office building located in ${country} `,
6063
+ // large: `large modern multi-story office building located in ${country}`,
6064
+ // enterprise: `large modern hight rise multi-story office building located in ${country}`,
6065
+ // };
6066
+
6058
6067
  const obj = {
6059
- unknown: `small single-story office building located in ${country}`,
6060
- sole: `town house located in ${country} `,
6061
- small: `small-sized building located in ${country} `,
6062
- medium: `medium-sized multi-story office building located in ${country} `,
6063
- large: `large modern multi-story office building located in ${country}`,
6064
- enterprise: `large modern hight rise multi-story office building located in ${country}`,
6068
+ unknown: `small single-story office building `,
6069
+ sole: `town house `,
6070
+ small: `small-sized building `,
6071
+ medium: `medium-sized multi-story office building `,
6072
+ large: `large modern multi-story office building`,
6073
+ enterprise: `large modern hight rise multi-story office building`,
6065
6074
  };
6075
+
6066
6076
  const model = 'chatgpt-image-latest';
6067
6077
  // const ai_avatar_response = await client.images.edit({
6068
6078
  // model,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/ai_module",
3
- "version": "1.1.4697",
3
+ "version": "1.1.4698",
4
4
  "description": "Xuda AI Module",
5
5
  "main": "index.mjs",
6
6
  "type": "module",