@xuda.io/ai_module 1.1.4809 → 1.1.4810
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
|
@@ -3021,7 +3021,7 @@ const transcribe = async function (uid, stream, metadata, account_profile_info)
|
|
|
3021
3021
|
// console.log(resp); // or resp for JSON formats
|
|
3022
3022
|
return resp;
|
|
3023
3023
|
} catch (error) {
|
|
3024
|
-
open_ai_status[model] = { error };
|
|
3024
|
+
open_ai_status[model] = { error, date: new Date() };
|
|
3025
3025
|
debugger;
|
|
3026
3026
|
}
|
|
3027
3027
|
};
|