openfleet 0.3.10 → 0.3.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.js +1 -1
- package/dist/models.d.ts +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
package/dist/models.d.ts
CHANGED
|
@@ -25,6 +25,6 @@ export declare const models: {
|
|
|
25
25
|
readonly bigPickle: "opencode/big-pickle";
|
|
26
26
|
};
|
|
27
27
|
};
|
|
28
|
-
export declare const defaultModel: "opencode/minimax-m2.5";
|
|
29
|
-
export declare const bigModel: "opencode/minimax-m2.5";
|
|
30
|
-
export declare const smallModel: "opencode/minimax-m2.5";
|
|
28
|
+
export declare const defaultModel: "opencode/minimax-m2.5-free";
|
|
29
|
+
export declare const bigModel: "opencode/minimax-m2.5-free";
|
|
30
|
+
export declare const smallModel: "opencode/minimax-m2.5-free";
|