190proof 1.0.5 → 1.0.8

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.mjs CHANGED
@@ -27028,6 +27028,7 @@ var GPTModel = /* @__PURE__ */ ((GPTModel2) => {
27028
27028
  GPTModel2["GPT35_0125"] = "gpt-3.5-turbo-0125";
27029
27029
  GPTModel2["GPT4_1106_PREVIEW"] = "gpt-4-1106-preview";
27030
27030
  GPTModel2["GPT4_0125_PREVIEW"] = "gpt-4-0125-preview";
27031
+ GPTModel2["GPT4_0409"] = "gpt-4-turbo-2024-04-09";
27031
27032
  return GPTModel2;
27032
27033
  })(GPTModel || {});
27033
27034
  var GroqModel = /* @__PURE__ */ ((GroqModel2) => {
@@ -31532,7 +31533,6 @@ async function callOpenAIStream(identifier, openAiPayload, openAiConfig, chunkTi
31532
31533
  baseUrl: defaultOpenAIBaseUrl
31533
31534
  };
31534
31535
  }
31535
- console.log("payload", openAiPayload);
31536
31536
  let response;
31537
31537
  const controller = new AbortController();
31538
31538
  if (openAiConfig.service === "azure") {