mimo-cli 0.1.2 → 0.1.3
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.
- package/README.md +2 -0
- package/dist/mimo.mjs +39 -41
- package/dist/mimo.mjs.map +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,6 +13,8 @@ MiMo AI 平台命令行工具 — 对话、多模态理解、语音识别与合
|
|
|
13
13
|
- **语音合成 (TTS)** — 预设音色合成 / 声音克隆 / 自定义音色设计
|
|
14
14
|
- **中英文界面** — 默认中文,`mimo language en` 一键切换
|
|
15
15
|
- **API Key 自动识别** — 按量计费 (`sk-`) / TokenPlan (`tp-`) 自动推断 Base URL
|
|
16
|
+
- **双 Key 管理** — 同时配置按量计费和 TokenPlan Key,一键切换
|
|
17
|
+
- **自动更新** — `mimo update` 检查并更新到最新版本
|
|
16
18
|
- **安全脱敏** — API Key 本地加密存储、输出脱敏、路径遍历防护
|
|
17
19
|
|
|
18
20
|
## 快速开始
|