@xuda.io/ai_module 1.1.4672 → 1.1.4673

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 +1 -1
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -3439,7 +3439,7 @@ export const update_thumbnail = async function (type, doc, app_id, uid, job_id,
3439
3439
  break;
3440
3440
  }
3441
3441
 
3442
- case 'conversation': {
3442
+ case 'conversation_title': {
3443
3443
  prompt = `create image: ${doc.title}`;
3444
3444
  let images_arr;
3445
3445
  const cache = await get_chat_picture_cache(uid, 'chat_thumbnail', doc.title);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/ai_module",
3
- "version": "1.1.4672",
3
+ "version": "1.1.4673",
4
4
  "description": "Xuda AI Module",
5
5
  "main": "index.mjs",
6
6
  "type": "module",