@adaline/xai 1.2.0 → 1.3.1
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/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -652,7 +652,7 @@ var BaseChatModel = class {
|
|
|
652
652
|
model: this.modelName
|
|
653
653
|
};
|
|
654
654
|
}
|
|
655
|
-
getRetryDelay(responseHeaders) {
|
|
655
|
+
getRetryDelay(responseHeaders, _responseData) {
|
|
656
656
|
const parseDuration = (duration) => {
|
|
657
657
|
const regex = /(\d+)(h|m|s|ms)/g;
|
|
658
658
|
const timeUnits = {
|