diff options
| author | ntzyz <i@ntzyz.io> | 2026-07-07 12:51:48 +0800 |
|---|---|---|
| committer | ntzyz <i@ntzyz.io> | 2026-07-07 12:51:48 +0800 |
| commit | 6b6ea338ad8168d859ad1b88ac420f21ac9c92bc (patch) | |
| tree | d5e65deea85e723203a8daf11335af4b6a114cb9 /plugin.yaml | |
| parent | da5187bba6a459629e696c56b7b6335e017eae33 (diff) | |
feat: split README and INSTALL, complete plugin.yaml fields
- Split README.md (overview) and INSTALL.md (install for agents)
- Add kind/requires_env/provides_tts_providers to plugin.yaml
- Unify author to ntzyz <i@ntzyz.io>
- Add .gitignore
- Add Windows PowerShell equivalents and reuse tip
Diffstat (limited to 'plugin.yaml')
| -rw-r--r-- | plugin.yaml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/plugin.yaml b/plugin.yaml index 42ddc63..95c64b1 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,4 +1,9 @@ -name: mimo-tts +name: tts-mimo version: 1.0.0 -description: "Xiaomi MiMo V2.5 TTS — high-quality speech synthesis with built-in voices, voice design, and voice cloning." -author: user +description: "Xiaomi MiMo V2.5 TTS — high-quality speech synthesis with built-in voices, voice design, and voice cloning. Requires XIAOMI_API_KEY (https://mimo.mi.com)." +author: ntzyz <i@ntzyz.io> +kind: backend +provides_tts_providers: + - mimo +requires_env: + - XIAOMI_API_KEY |
