cli-atom 0.2.0 → 0.2.1
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -39,7 +39,7 @@ const IGNORE_EXTS = [".png", ".jpg", ".jpeg", ".gif", ".ico", ".svg", ".woff", "
|
|
|
39
39
|
const MAX_FILE_SIZE = 15_000;
|
|
40
40
|
let MODEL = "z-ai/glm-5-turbo";
|
|
41
41
|
let MODEL_LABEL = "glm-5-turbo";
|
|
42
|
-
const VERSION = "0.2.
|
|
42
|
+
const VERSION = "0.2.1";
|
|
43
43
|
|
|
44
44
|
const MODELS = [
|
|
45
45
|
{ id: "z-ai/glm-5-turbo", label: "glm-5-turbo" },
|