Live data from Hacker News

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

news.ycombinator.com

11–20 of 25 posts

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

#11
I've been using Quora's Poe. There'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't the most useful for giving me a lot of my answers.

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.

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

#12
Are there any projects that are targeting enterprise/business use cases? I would love to have:

  - 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 formatting

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

#17
post #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 experimen…

This is exactly what I've been looking for, thanks!

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

#18
post #12

Are there any projects that are targeting enterprise/business use cases? I would love to have: - 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 formatting

How about native windows/mac/ios apps instead of web?

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

#19

I've been using Quora's Poe. There'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't the most useful for giving me a lot of my answers. 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 oth…

No digg on your response, but I wouldnt touch anything Quora...

You may not recall how Quora came up around these parts, but there was a lot of hubbub around how poorly they were using user-data years back, and golly, the village just up an ran 'em outta town.

Quora had a lot of promise, and then one day they started abusing user-data and privacy, and got all smug and pompous and a lot of people, myself, included, deleted accounts and never looked back.

Quora was, for a fleeting moment, that golden child of SV, but they got too bigg in the head, and thought other people wouldnt notice.

ick.

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

#20
I created a one page client in python and tkinter for GPT-3.5. ok I had chatgpt write most of it.

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.

Post reply on HN