@xuda.io/ai_module 1.1.5569 → 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.
- package/index.mjs +4 -5
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -2806,7 +2806,6 @@ export const create_ai_agent = async function (req, job_id, headers) {
|
|
|
2806
2806
|
};
|
|
2807
2807
|
|
|
2808
2808
|
export const update_ai_agent_properties = async function (doc, app_id, uid, fields_changed = {}) {
|
|
2809
|
-
debugger;
|
|
2810
2809
|
const db_doc = await db_module.get_app_couch_doc_native(app_id, doc._id);
|
|
2811
2810
|
// const { account_profile_info } = doc.studio_meta;
|
|
2812
2811
|
const account_profile_info = await get_active_account_profile_info(uid);
|
|
@@ -6604,10 +6603,10 @@ const create_ai_agent_image = async function (req, job_id, headers) {
|
|
|
6604
6603
|
// const model = 'gpt-image-1-mini';
|
|
6605
6604
|
const prompt = `
|
|
6606
6605
|
Create a futuristic, profile portrait with a transparent background.
|
|
6607
|
-
Use the provided image
|
|
6608
|
-
|
|
6609
|
-
Make the character a complete metallic,
|
|
6610
|
-
|
|
6606
|
+
Use the provided image as reference.
|
|
6607
|
+
|
|
6608
|
+
Make the character a complete metallic,
|
|
6609
|
+
|
|
6611
6610
|
Center the character facing forward, with subtle top spacing, showing only the head and shoulders.
|
|
6612
6611
|
Style the humanoid with functional, minimal attire integrated into its form (such as collars,
|
|
6613
6612
|
layered panels, shoulder structures, or fabric-like surfaces), avoiding human fashion tropes.
|