@xuda.io/ai_module 1.1.4806 → 1.1.4807
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
|
@@ -3016,7 +3016,7 @@ const transcribe = async function (uid, stream, metadata, account_profile_info)
|
|
|
3016
3016
|
// temperature: 0 // lower = more literal
|
|
3017
3017
|
});
|
|
3018
3018
|
account_module.record_ai_usage(uid, 0, resp.length || 0, 'transcribe', '', model, metadata, account_profile_info);
|
|
3019
|
-
console.log(resp); // or resp for JSON formats
|
|
3019
|
+
// console.log(resp); // or resp for JSON formats
|
|
3020
3020
|
return resp;
|
|
3021
3021
|
} catch (error) {
|
|
3022
3022
|
debugger;
|