TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Emacs and Whisper and ChatGPT Proof of Concept

3 点作者 throwaway71271超过 2 年前

1 comment

throwaway71271超过 2 年前
This is complete proof of concept, but it is such a surreal experience to be able to *talk* with chatgpt through emacs.<p>It records you while you are pressing F12 and it transcribes using whisper and then asks chatgpt and writes the output in a file that is monitored with inotify from emacs.<p>The Whisper model is amazing, it works better for python questions simply because python is an obvious word and &#x27;go&#x27; or &#x27;c&#x27; confuse it a bit.<p>you can see it in action here: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=gbWxFrx7yOg">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=gbWxFrx7yOg</a>