190proof 1.0.10 → 1.0.11

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
@@ -31497,7 +31497,7 @@ async function callOpenAiWithRetries(identifier, openAiPayload, openAiConfig, re
31497
31497
  })
31498
31498
  );
31499
31499
  }
31500
- openAiPayload.model = "gpt-4-1106-preview" /* GPT4_1106_PREVIEW */;
31500
+ openAiPayload.model = "gpt-4-turbo-2024-04-09" /* GPT4_0409 */;
31501
31501
  openAiPayload.temperature = 0.8;
31502
31502
  if (i5 >= 2 && (openAiConfig == null ? void 0 : openAiConfig.service) === "azure" && errorCode === "content_filter") {
31503
31503
  console.log(