@spacex110/core 0.1.14 → 0.1.16

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.d.ts CHANGED
@@ -564,6 +564,7 @@ export declare const PROVIDER_ID: {
564
564
  readonly OLLAMA: "ollama";
565
565
  readonly DOUBAO: "doubao";
566
566
  readonly MINIMAX: "minimax";
567
+ readonly MINIMAX_CN: "minimax-cn";
567
568
  readonly CUSTOM: "custom";
568
569
  };
569
570