Skip to content

fix model download examples#641

Open
eecczz wants to merge 1 commit into
speaches-ai:masterfrom
eecczz:codex/fix-model-download-docs
Open

fix model download examples#641
eecczz wants to merge 1 commit into
speaches-ai:masterfrom
eecczz:codex/fix-model-download-docs

Conversation

@eecczz
Copy link
Copy Markdown

@eecczz eecczz commented May 13, 2026

Summary

This fixes the model download examples in the STT and TTS usage docs.

  • Use the ASR task when checking whether the STT model was installed
  • Print model IDs directly with jq -r '.data[]?.id'
  • Make the TTS install check match the Kokoro model ID returned by the models API

Closes #617
Closes #618

Why

The current STT example checks installed models with --task text-to-speech, so users following the speech-to-text docs will not see the downloaded ASR model.

The updated examples also make the jq output easier to copy and verify by printing matching model IDs directly instead of JSON arrays.

Verification

  • uv run mkdocs build --strict

Note: I also tried running Ruff on the modified files as requested by the contributor instructions, but these files are Markdown, so Ruff attempts to parse them as Python and reports syntax errors.

@eecczz eecczz changed the title docs: fix model download examples fix model download examples May 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Error in TTS instructions for Text-to-Speech Download a TTS Model Error in STT setup instructions for Download a STT model

1 participant