@xuda.io/ai_module 1.1.4692 → 1.1.4694

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 +3 -3
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -5574,8 +5574,8 @@ setTimeout(async () => {
5574
5574
  // );
5575
5575
 
5576
5576
  // ret =await get_business_info(uid, 'docxsite', 'info@docxsite.com', account_profile_info);
5577
- ret = await get_person_info(uid, 'lidan ben shlush', 'dan@locksmith-star.com', account_profile_info);
5578
- debugger;
5577
+ // ret = await get_person_info(uid, 'lidan ben shlush', 'dan@locksmith-star.com', account_profile_info);
5578
+ // debugger;
5579
5579
  console.log(ret);
5580
5580
  }, 1000);
5581
5581
 
@@ -9640,7 +9640,7 @@ export const get_person_info = async function (uid, name, email, account_profile
9640
9640
  const person_info_ret = await submit_chat_gpt_prompt({
9641
9641
  uid,
9642
9642
  prompt: context_prompt,
9643
- model: 'gpt-5-mini',
9643
+ model: 'gpt-5-nano',
9644
9644
  response_format: z.object({
9645
9645
  // Basic Information
9646
9646
  person_full_name: z.string().describe("Person's full name"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/ai_module",
3
- "version": "1.1.4692",
3
+ "version": "1.1.4694",
4
4
  "description": "Xuda AI Module",
5
5
  "main": "index.mjs",
6
6
  "type": "module",