fix: update MiniMax CLI.json
Browse files- MiniMax CLI.json +26 -0
MiniMax CLI.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"website": "https://github.com/MiniMax-AI/cli",
|
| 3 |
+
"provider": "MiniMax AI",
|
| 4 |
+
"bin": "mmx",
|
| 5 |
+
"promptStyle": "none",
|
| 6 |
+
"initArgs": [
|
| 7 |
+
"text",
|
| 8 |
+
"chat",
|
| 9 |
+
"--quiet",
|
| 10 |
+
"--no-color",
|
| 11 |
+
"--non-interactive",
|
| 12 |
+
"--message"
|
| 13 |
+
],
|
| 14 |
+
"followupStyle": "replay",
|
| 15 |
+
"followupArgs": [
|
| 16 |
+
"text",
|
| 17 |
+
"chat",
|
| 18 |
+
"--quiet",
|
| 19 |
+
"--no-color",
|
| 20 |
+
"--non-interactive",
|
| 21 |
+
"--message"
|
| 22 |
+
],
|
| 23 |
+
"responseStartMarker": "",
|
| 24 |
+
"responseEndMarker": "",
|
| 25 |
+
"state": "active"
|
| 26 |
+
}
|