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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What are some of the best ChatGPT Clients out there?

35 点作者 thsbrown大约 2 年前
Likely similar to many of you, I have been using ChatGPT quite a bit lately. My main gripe with it though is that the actual interface is quite limited, and I don&#x27;t like having to navigate to the site every time I want to use it.<p>Given the above, I&#x27;ve been looking in to a good ChatGPT client that offers additional functionality (exporting chats for example). There were quite a few out there, but I was curious what the community was using?<p>I am currently using Windows, however it would be awesome to hear what the community thinks of the best clients for any given platform!<p>To start things off, here is some I&#x27;ve found * lencx&#x2F;ChatGPT (Windows, MacOS, Linux) * lisiur&#x2F;ChatWizard (Windows, MacOS, Linux). * EasyChat AI (Windows) * Machato (Mac) * ChatHub (Chrome &#x2F; Edge)

18 条评论

jakear大约 2 年前
I recently made a VS Code extension for this, basically you use VS Code&#x27;s Notebooks as the chat substrate. The benefit with this is you can edit both sides (actually all three sides, including &quot;system&quot;) of the conversation to better tune the agent&#x27;s responses.<p>The notebook format on disk is simple JSON that can easily be consumed by other code, supports version control, parameters like temp&#x2F;etc.<p>It even has experimental (initial) support for LLaMa&#x2F;other local models. And it can run the remote models (GPT-*) on web (<a href="https:&#x2F;&#x2F;vscode.dev" rel="nofollow">https:&#x2F;&#x2F;vscode.dev</a> &#x2F; <a href="https:&#x2F;&#x2F;github.dev" rel="nofollow">https:&#x2F;&#x2F;github.dev</a>)!<p>Search &quot;LLM Book&quot; in vscode extension page or just follow the link: <a href="https:&#x2F;&#x2F;marketplace.visualstudio.com&#x2F;items?itemName=jaaxxx.llm-book" rel="nofollow">https:&#x2F;&#x2F;marketplace.visualstudio.com&#x2F;items?itemName=jaaxxx.l...</a><p>(Technically not &quot;ChatGPT&quot; as it&#x27;s the paid API powered model, but this way is far more powerful in my experience and you pay pennies. That said the endpoint can be configured to talk to any OpenAI-like endpoint.)<p>Happy to talk issues&#x2F;feature requests at <a href="https:&#x2F;&#x2F;github.com&#x2F;JacksonKearl&#x2F;ai-book">https:&#x2F;&#x2F;github.com&#x2F;JacksonKearl&#x2F;ai-book</a>
评论 #35605373 未加载
nyellin大约 2 年前
CLI: <a href="https:&#x2F;&#x2F;github.com&#x2F;npiv&#x2F;chatblade">https:&#x2F;&#x2F;github.com&#x2F;npiv&#x2F;chatblade</a>
copperx大约 2 年前
For quick and easy, I like <a href="https:&#x2F;&#x2F;www.chatbotui.com" rel="nofollow">https:&#x2F;&#x2F;www.chatbotui.com</a><p>Plug in your API key and start chatting. Chats are stored in your browser. You can also run it locally, if you wish. <a href="https:&#x2F;&#x2F;github.com&#x2F;mckaywrigley&#x2F;chatbot-ui">https:&#x2F;&#x2F;github.com&#x2F;mckaywrigley&#x2F;chatbot-ui</a>
DigitalDopamine大约 2 年前
For web i use -&gt; <a href="https:&#x2F;&#x2F;www.chatbotui.com" rel="nofollow">https:&#x2F;&#x2F;www.chatbotui.com</a> (has exports, and custom prompts)<p>For CLI -&gt; <a href="https:&#x2F;&#x2F;github.com&#x2F;lennardv2&#x2F;hey-chatgpt-cli">https:&#x2F;&#x2F;github.com&#x2F;lennardv2&#x2F;hey-chatgpt-cli</a>
bleep_bloop大约 2 年前
I&#x27;ve been using Quora&#x27;s Poe. There&#x27;s a universal iOS and Mac OS app as well as a web interface all synced, also has other AIs other than ChatGPT to quickly switch and compare outputs. I actually find that ChatGPT isn&#x27;t the most useful for giving me a lot of my answers.<p>Poe also has a community feature so you can share and see each others queries and AI responses and share links to non Poe users.<p>Haven&#x27;t found any other app that isn&#x27;t just a simple chat window with zero other features other than Poe, would love to try others that add value over OpenAI&#x27;s web interface.
评论 #35606285 未加载
cmer大约 2 年前
TypingMind is quite good. There&#x27;s a MacOS wrapper, or you could wrap it into an executable for Windows yourself.<p><a href="https:&#x2F;&#x2F;www.typingmind.com" rel="nofollow">https:&#x2F;&#x2F;www.typingmind.com</a>
DerJacques大约 2 年前
I built <a href="https:&#x2F;&#x2F;chitty-app.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;chitty-app.com&#x2F;</a>, which is a free client for MacOS (available via the App Store). It supports GPT-3.5 and GPT-4 in a simple iMessage-like UI.<p>Chitty also allows you to create custom assistants. It comes pre-loaded with Abraham Lincoln, Alan Turing, Jane Austen, etc., but you it&#x27;s easy to add your own. I added myself as a custom assistant, which allows for ultimate rubber ducking :D<p>The app supports streaming responses and markdown (incl. multi-line code blocks).
wktra大约 2 年前
So far, I&#x27;m loving Chat Box. <a href="https:&#x2F;&#x2F;github.com&#x2F;Bin-Huang&#x2F;chatbox">https:&#x2F;&#x2F;github.com&#x2F;Bin-Huang&#x2F;chatbox</a>
huijzer大约 2 年前
&gt; My main gripe with it though is that the actual interface is quite limited, and I don&#x27;t like having to navigate to the site every time I want to use it.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;rikhuijzer&#x2F;ata">https:&#x2F;&#x2F;github.com&#x2F;rikhuijzer&#x2F;ata</a>. Written in Rust. Does streaming responses and supports Emacs keyboard shortcuts. That&#x27;s it. All that&#x27;s needed for quickly looking up things.
rmorey大约 2 年前
Not sure if it&#x27;s exactly what you&#x27;re going for, but on Apple platforms, I really like Federico Viticci&#x27;s S-GPT: <a href="https:&#x2F;&#x2F;www.macstories.net&#x2F;ios&#x2F;introducing-s-gpt-a-shortcut-to-connect-openais-chatgpt-with-native-features-of-apples-operating-systems&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.macstories.net&#x2F;ios&#x2F;introducing-s-gpt-a-shortcut-...</a>
sharemywin大约 2 年前
I created a one page client in python and tkinter for GPT-3.5. ok I had chatgpt write most of it.<p>It&#x27;s nothing special but it logs the conversations and allows for back and forth and multiline inputs.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;gnuconcepts&#x2F;ChatWindowGPT">https:&#x2F;&#x2F;github.com&#x2F;gnuconcepts&#x2F;ChatWindowGPT</a><p>I don&#x27;t think it&#x27;s a bad starting point if you want something to expand on.
评论 #35614657 未加载
nkrumm大约 2 年前
Are there any projects that are targeting enterprise&#x2F;business use cases? I would love to have:<p><pre><code> - a ChatGPT web ui (like chatbot-ui), - but server side and (self-)hosted - and with our own SSO auth. - Bonus points for including Azure OpenAI endpoint connectivity + auditing&#x2F;logging by user. </code></pre> edit formatting
评论 #35605806 未加载
keithnoizu大约 2 年前
Not my stuff but maybe in a few weeks as there&#x27;s some additional concepts involved.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;noizu-labs-ml&#x2F;noizu-ops">https:&#x2F;&#x2F;github.com&#x2F;noizu-labs-ml&#x2F;noizu-ops</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;noizu-labs&#x2F;noizu-collab">https:&#x2F;&#x2F;github.com&#x2F;noizu-labs&#x2F;noizu-collab</a>
评论 #35614867 未加载
Yackson0031大约 2 年前
AskYourPdf is a great AI tool that turns your document into a chat interface allowing you to ask questions and receive answers from the content of your document.<p>It saves and allows you to export your chats. Its a great tool for those who work with documents frequently.<p>Https:&#x2F;&#x2F;www.askyourpdf.com
kirillrogovoy大约 2 年前
I use <a href="https:&#x2F;&#x2F;github.com&#x2F;karthink&#x2F;gptel">https:&#x2F;&#x2F;github.com&#x2F;karthink&#x2F;gptel</a> to talk to GPT in Emacs and, by extension, have a record of all my conversations (unless intentionally removed) as simple Org files in my single Org-Roam network.
评论 #35613776 未加载
dmje大约 2 年前
I started with Poe which I still us on my iPhone but have been trying MacGPT[0]. I really like the minimal interface and mac-wide shortcut key but the input is very laggy. Could be my older Mac.<p>[0] <a href="https:&#x2F;&#x2F;www.macgpt.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.macgpt.com&#x2F;</a>
woodylondon大约 2 年前
Best i have found is <a href="https:&#x2F;&#x2F;www.macgpt.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.macgpt.com&#x2F;</a>
hagonzalez94大约 2 年前
I&#x27;m a fan of open book ai on iOS. Feels a lot like the polished web interface with edits and what not