7 ms·
Show HN: ChatGPT with Access to the Internet
This is a client for the OpenAI's GPT API (requires you to have an API key).
Features:
- Can look things up for you over the internet
- End-to-end encrypted chat history
- No login or personal data required
- firattamur 3y agoHow can I trust to put my API key ?
- myuzio 3y agoYour API key is only stored client-side, on the server-side only a hash of it is stored. Your entire chat history is encrypted/decrypted on the client-side so there is no way someone else can read your history. It's an Open Source project, if you want you can host it yourself. https://github.com/aminmarashi/gpt-api-companion/tree/main/chat https://github.com/aminmarashi/gpt-api-companion/tree/main/c... I'll add a Github badge to build some trust. Edit: you can read more in this page https://chat.lit.codes/privacy-and-security https://chat.lit.codes/privacy-and-security It already mentions the GitHub repo, so I'm not adding the badge.
- quickthrower2 3y agoHosted on AWS, nice choice :-)