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.mjs
CHANGED
|
@@ -31509,7 +31509,6 @@ async function callOpenAiWithRetries(identifier, openAiPayload, openAiConfig, re
|
|
|
31509
31509
|
})
|
|
31510
31510
|
);
|
|
31511
31511
|
}
|
|
31512
|
-
openAiPayload.model = "gpt-4-turbo-2024-04-09" /* GPT4_0409 */;
|
|
31513
31512
|
openAiPayload.temperature = 0.8;
|
|
31514
31513
|
if (errorCode === "content_policy_violation") {
|
|
31515
31514
|
console.log(
|