baisama-cloud/dsh-stt-input ↗★ 1
dsh-stt-input
Speech-to-text voice input for the DeepSeek Harness (DSH) web GUI: click the mic button in the composer to turn speech into text in the input box. Supports the browser's built-in Web Speech API (zero-config, Chrome/Edge) and OpenAI-compatible Whisper endpoints (OpenAI / Groq) with the STT model selectable in Settings → 语音输入. DSH 语音输入插件:点击输入框旁的麦克风按钮,把语音转成文字填入输入框;支持浏览器本地识别与 OpenAI 兼容 Whisper API,模型可在设置中选择。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:baisama-cloud/dsh-stt-input说明文档
阅读完整 README ↗使用
- 打开 设置 → 语音输入 选择引擎。
- 浏览器本地识别:无需其他配置(Chrome/Edge)。
- API 识别:选择预设(OpenAI 或 Groq)、模型,并粘贴 API Key。
Groq 的
whisper-large-v3目前免费。
- 点击输入框旁的 🎤 开始录音,说话,再点一次停止。识别文字进入输入框,回车发送。
浏览器本地引擎依赖 Chrome/Edge 的 Web Speech API;Firefox 请使用 API 引擎。