Live data from Hacker News

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

news.ycombinator.com

1–10 of 25 posts

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

#1
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't like having to navigate to the site every time I want to use it.

Given the above, I'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?

I am currently using Windows, however it would be awesome to hear what the community thinks of the best clients for any given platform!

To start things off, here is some I've found * lencx/ChatGPT (Windows, MacOS, Linux) * lisiur/ChatWizard (Windows, MacOS, Linux). * EasyChat AI (Windows) * Machato (Mac) * ChatHub (Chrome / Edge)

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

#6
> My main gripe with it though is that the actual interface is quite limited, and I don't like having to navigate to the site every time I want to use it.

https://github.com/rikhuijzer/ata. Written in Rust. Does streaming responses and supports Emacs keyboard shortcuts. That's it. All that's needed for quickly looking up things.

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

#9
I built https://chitty-app.com/, 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.

Chitty also allows you to create custom assistants. It comes pre-loaded with Abraham Lincoln, Alan Turing, Jane Austen, etc., but you it's easy to add your own. I added myself as a custom assistant, which allows for ultimate rubber ducking :D

The app supports streaming responses and markdown (incl. multi-line code blocks).

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

#10
I recently made a VS Code extension for this, basically you use VS Code's Notebooks as the chat substrate. The benefit with this is you can edit both sides (actually all three sides, including "system") of the conversation to better tune the agent's responses.

The notebook format on disk is simple JSON that can easily be consumed by other code, supports version control, parameters like temp/etc.

It even has experimental (initial) support for LLaMa/other local models. And it can run the remote models (GPT-*) on web (https://vscode.dev / https://github.dev)!

Search "LLM Book" in vscode extension page or just follow the link: https://marketplace.visualstudio.com/items?itemName=jaaxxx.l...

(Technically not "ChatGPT" as it'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.)

Happy to talk issues/feature requests at https://github.com/JacksonKearl/ai-book

Post reply on HN