by thsbrown on 4/17/23, 6:50 PM with 24 comments
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)
by jakear on 4/17/23, 7:14 PM
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
by nyellin on 4/17/23, 6:51 PM
by copperx on 4/17/23, 7:02 PM
Plug in your API key and start chatting. Chats are stored in your browser. You can also run it locally, if you wish. https://github.com/mckaywrigley/chatbot-ui
by DigitalDopamine on 4/17/23, 7:05 PM
For CLI -> https://github.com/lennardv2/hey-chatgpt-cli
by bleep_bloop on 4/17/23, 7:14 PM
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.
Haven't found any other app that isn't just a simple chat window with zero other features other than Poe, would love to try others that add value over OpenAI's web interface.
by cmer on 4/17/23, 7:07 PM
by DerJacques on 4/17/23, 7:09 PM
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).
by wktra on 4/17/23, 11:10 PM
by huijzer on 4/17/23, 7:06 PM
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.
by rmorey on 4/17/23, 7:05 PM
by sharemywin on 4/17/23, 8:45 PM
It's nothing special but it logs the conversations and allows for back and forth and multiline inputs.
https://github.com/gnuconcepts/ChatWindowGPT
I don't think it's a bad starting point if you want something to expand on.
by nkrumm on 4/17/23, 7:16 PM
- 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/logging by user.
edit formattingby keithnoizu on 4/17/23, 7:16 PM
by Yackson0031 on 4/18/23, 3:38 PM
It saves and allows you to export your chats. Its a great tool for those who work with documents frequently.
Https://www.askyourpdf.com
by kirillrogovoy on 4/17/23, 7:08 PM
by dmje on 4/17/23, 7:22 PM
by woodylondon on 4/17/23, 7:18 PM
by hagonzalez94 on 4/17/23, 7:29 PM