baisama-cloud/dsh-stt-input1

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,模型可在设置中选择。

包名
dsh-stt-input
版本
0.1.0
许可证
MIT
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:baisama-cloud/dsh-stt-input

使用

  1. 打开 设置 → 语音输入 选择引擎。
    • 浏览器本地识别:无需其他配置(Chrome/Edge)。
    • API 识别:选择预设(OpenAI 或 Groq)、模型,并粘贴 API Key。 Groq 的 whisper-large-v3 目前免费。
  2. 点击输入框旁的 🎤 开始录音,说话,再点一次停止。识别文字进入输入框,回车发送。

浏览器本地引擎依赖 Chrome/Edge 的 Web Speech API;Firefox 请使用 API 引擎。