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 +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
|
@@ -31533,7 +31533,6 @@ async function callOpenAIStream(identifier, openAiPayload, openAiConfig, chunkTi
|
|
|
31533
31533
|
baseUrl: defaultOpenAIBaseUrl
|
|
31534
31534
|
};
|
|
31535
31535
|
}
|
|
31536
|
-
console.log("payload", openAiPayload);
|
|
31537
31536
|
let response;
|
|
31538
31537
|
const controller = new AbortController();
|
|
31539
31538
|
if (openAiConfig.service === "azure") {
|