cli_data / MiniMax CLI.json
zhiminy's picture
fix: update MiniMax CLI.json
191b38c verified
Raw
History Blame Contribute Delete
637 Bytes
{
"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"
}