@aiyiran/myclaw 1.1.121 → 1.1.122
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.
|
@@ -17,7 +17,7 @@ const path = require('path');
|
|
|
17
17
|
const os = require('os');
|
|
18
18
|
const { readConfig, writeConfig } = require('../find-config');
|
|
19
19
|
|
|
20
|
-
const DEFAULT_MINIMAX_KEY = "sk-cp-
|
|
20
|
+
const DEFAULT_MINIMAX_KEY = "sk-cp-dZnzWB-ScLfjo8bO7DKTqSutkBXQsLWUmjhNDBRkgJd5e42qcE7z8J9i5m27V28eX-dYfo5Q7JNVG4XVsDi1zRxkIFZ4fT0DPGPJY7cHbqY5aBzJO1c6QVA";
|
|
21
21
|
|
|
22
22
|
const PROVIDER_ID = "minimax";
|
|
23
23
|
const DEFAULT_MODEL = "minimax/MiniMax-M3";
|