190proof 1.0.15 → 1.0.16

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.js CHANGED
@@ -31525,6 +31525,7 @@ async function callOpenAiWithRetries(identifier, openAiPayload, openAiConfig, re
31525
31525
  openAiPayload.function_call = "none";
31526
31526
  }
31527
31527
  }
31528
+ console.error(error);
31528
31529
  console.error(
31529
31530
  identifier,
31530
31531
  `Retrying due to error: received bad response from OpenAI API [${openAiConfig == null ? void 0 : openAiConfig.service}-${openAiPayload.model}-${openAiConfig == null ? void 0 : openAiConfig.orgId}]: ${error.message} - ${JSON.stringify((_b = error.response) == null ? void 0 : _b.data)}`