Zhaogang 在 折腾一段时间后,今天发现了杀死比赛的 Mac(Windows)语音输入方案 中发帖
软件:GitHub - Open-Less/openless: Hold a key, speak, release — AI-polished text appears at your cursor in any app. Open-source voice input for macOS & Windows. (按住快捷键说话,松开即得润色后的文字) · GitHub
ASR模型:qwen平台的 qwen-audio-3.1-asr-flash-message
目前唯一缺陷是,openless支持wss访问的模型似乎走的是某种白名单,只能让ai为你写一个中转层,把qwen-audio-3.1-asr-flash-message映射到一个白名单模型上
openless内关闭润色模型,在中转层传递
"disfluency_removal_enabled": true,
"inter...