190proof 1.0.49 → 1.0.51
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 +0 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -2
package/dist/index.js
CHANGED
|
@@ -31515,7 +31515,6 @@ async function callOpenAiWithRetries(identifier, openAiPayload, openAiConfig, re
|
|
|
31515
31515
|
})
|
|
31516
31516
|
);
|
|
31517
31517
|
}
|
|
31518
|
-
openAiPayload.model = "gpt-4-turbo-2024-04-09" /* GPT4_0409 */;
|
|
31519
31518
|
openAiPayload.temperature = 0.8;
|
|
31520
31519
|
if (errorCode === "content_policy_violation") {
|
|
31521
31520
|
console.log(
|