@xuda.io/ai_module 1.1.5196 → 1.1.5197

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/old.mjs +1 -1
  2. package/package.json +1 -1
package/old.mjs CHANGED
@@ -485,7 +485,7 @@ setTimeout(async () => {
485
485
  // ret = await transcribe('/B.mp4');
486
486
  // ret = await upload_file_to_openai_storage('/AAA.mp3');
487
487
  // ret = await create_image("'Generate an image of gray tabby cat hugging an otter with an orange scarf'");
488
- // ret = await submit_chat_conversation({ uid, prompt: 'use xuda.io agent to require info about xuda.io', ai_agents: [] });
488
+ // ret = await submit_chat_conversation({ uid, prompt: 'use xuda.ai agent to require info about xuda.ai', ai_agents: [] });
489
489
  // ret = await submit_chat_conversation({ prompt: 'what is my name', conversation_id: ret.data.conversation_doc._id });
490
490
  // const ret = await create_studio_app('crm');
491
491
  // ret = await submit_chat_gpt_prompt({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/ai_module",
3
- "version": "1.1.5196",
3
+ "version": "1.1.5197",
4
4
  "description": "Xuda AI Module",
5
5
  "main": "index.mjs",
6
6
  "type": "module",