File size: 637 Bytes
2302da4 4acc449 2302da4 191b38c 2302da4 191b38c 2302da4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | {
"website": "https://github.com/MiniMax-AI/cli",
"provider": "MiniMax AI",
"bin": "mmx",
"envArgs": [
{
"env": "MINIMAX_API_KEY",
"args": [
"--api-key"
]
}
],
"promptStyle": "none",
"initArgs": [
"text",
"chat",
"--region",
"global",
"--quiet",
"--no-color",
"--non-interactive",
"--message"
],
"followupStyle": "replay",
"followupArgs": [
"text",
"chat",
"--region",
"global",
"--quiet",
"--no-color",
"--non-interactive",
"--message"
],
"responseStartMarker": "",
"responseEndMarker": "",
"state": "active"
} |