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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: ChatGPT over WhatsApp Service

6 点作者 ssmaameri大约 2 年前
I connected the WhatsApp and ChatGPT APIs to allow you to connect and speak with ChatGPT over WhatsApp. Have called it ChatsApp. Simply add the number +1 689 267 3467 to your phones contact list, and start chatting with ChatGPT over WhatsApp.<p>Was pretty simple to build. Also had to buy a virtual number online to allow setting up a WhatsApp account with. The WhatsApp servers receive the message from the WhatsApp mobile application, which forward a webhook request to the application server I setup. The request gets forwarded to the ChatGPT API (i.e the OpenAI Chat API), and voila, you are now in conversation with ChatGPT<p>Interestingly, the ChatGPT API does not provide context recognition from previous conversations out of the box. That is something that needs to be built in manually. So currently, the ChatsApp service does not include the context recognition from previous conversations. Maybe something to look at building out in the future.

1 comment

petodo大约 2 年前
Already done more than 2 weeks ago here<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=35053406" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=35053406</a>