@xuda.io/ai_module 1.1.4692 → 1.1.4693

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
@@ -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.4693",
4
4
  "description": "Xuda AI Module",
5
5
  "main": "index.mjs",
6
6
  "type": "module",