@zenning/openai 3.0.10 → 3.0.11

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
@@ -5914,7 +5914,7 @@ var OpenAITranscriptionModel = class {
5914
5914
  };
5915
5915
 
5916
5916
  // src/version.ts
5917
- var VERSION = true ? "3.0.9" : "0.0.0-test";
5917
+ var VERSION = true ? "3.0.10" : "0.0.0-test";
5918
5918
 
5919
5919
  // src/openai-provider.ts
5920
5920
  function createOpenAI(options = {}) {