190proof 1.0.50 → 1.0.52
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 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -2
package/dist/index.mjs
CHANGED
|
@@ -27020,7 +27020,7 @@ var ClaudeModel = /* @__PURE__ */ ((ClaudeModel2) => {
|
|
|
27020
27020
|
ClaudeModel2["HAIKU"] = "claude-3-haiku-20240307";
|
|
27021
27021
|
ClaudeModel2["SONNET"] = "claude-3-sonnet-20240229";
|
|
27022
27022
|
ClaudeModel2["OPUS"] = "claude-3-opus-20240229";
|
|
27023
|
-
ClaudeModel2["SONNET_3_5"] = "claude-3-5-sonnet-
|
|
27023
|
+
ClaudeModel2["SONNET_3_5"] = "claude-3-5-sonnet-20241022";
|
|
27024
27024
|
return ClaudeModel2;
|
|
27025
27025
|
})(ClaudeModel || {});
|
|
27026
27026
|
var GPTModel = /* @__PURE__ */ ((GPTModel2) => {
|
|
@@ -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(
|