@xuda.io/ai_module 1.1.4823 → 1.1.4824

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 +2 -2
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -1469,9 +1469,9 @@ const create_image = async function (uid, prompt, model = 'gpt-image-1-mini', si
1469
1469
  size,
1470
1470
  n,
1471
1471
  });
1472
- report_ai_status('files');
1472
+ report_ai_status(model);
1473
1473
  } catch (error) {
1474
- report_ai_status('files', error);
1474
+ report_ai_status(model, error);
1475
1475
  throw error;
1476
1476
  }
1477
1477
  // Try to extract base64 directly
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/ai_module",
3
- "version": "1.1.4823",
3
+ "version": "1.1.4824",
4
4
  "description": "Xuda AI Module",
5
5
  "main": "index.mjs",
6
6
  "type": "module",