190proof 1.0.6 → 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.js CHANGED
@@ -31538,7 +31538,6 @@ async function callOpenAIStream(identifier, openAiPayload, openAiConfig, chunkTi
31538
31538
  baseUrl: defaultOpenAIBaseUrl
31539
31539
  };
31540
31540
  }
31541
- console.log("payload", openAiPayload);
31542
31541
  let response;
31543
31542
  const controller = new AbortController();
31544
31543
  if (openAiConfig.service === "azure") {