190proof 1.0.43 → 1.0.44

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
@@ -31620,7 +31620,7 @@ async function callOpenAIStream(identifier, openAiPayload, openAiConfig, chunkTi
31620
31620
  });
31621
31621
  } else {
31622
31622
  console.log(identifier, "Using OpenAI service", openAiPayload.model);
31623
- const endpoint = `${openAiConfig.baseUrl}/openai/chat/completions`;
31623
+ const endpoint = `https://api.openai.com/v1/chat/completions`;
31624
31624
  if (openAiConfig.orgId) {
31625
31625
  console.log(identifier, "Using orgId", openAiConfig.orgId);
31626
31626
  }