fix: update MiniMax CLI.json
Browse files- MiniMax CLI.json +8 -0
MiniMax CLI.json
CHANGED
|
@@ -2,6 +2,14 @@
|
|
| 2 |
"website": "https://github.com/MiniMax-AI/cli",
|
| 3 |
"provider": "MiniMax AI",
|
| 4 |
"bin": "mmx",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
"promptStyle": "none",
|
| 6 |
"initArgs": [
|
| 7 |
"text",
|
|
|
|
| 2 |
"website": "https://github.com/MiniMax-AI/cli",
|
| 3 |
"provider": "MiniMax AI",
|
| 4 |
"bin": "mmx",
|
| 5 |
+
"envArgs": [
|
| 6 |
+
{
|
| 7 |
+
"env": "MINIMAX_API_KEY",
|
| 8 |
+
"args": [
|
| 9 |
+
"--api-key"
|
| 10 |
+
]
|
| 11 |
+
}
|
| 12 |
+
],
|
| 13 |
"promptStyle": "none",
|
| 14 |
"initArgs": [
|
| 15 |
"text",
|