@xuda.io/ai_module 1.1.4691 → 1.1.4692
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.
- package/index.mjs +1 -1
- 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-
|
|
9643
|
+
model: 'gpt-5-mini',
|
|
9644
9644
|
response_format: z.object({
|
|
9645
9645
|
// Basic Information
|
|
9646
9646
|
person_full_name: z.string().describe("Person's full name"),
|