this post was submitted on 21 Jul 2023
17 points (100.0% liked)

ChatGPT

8824 readers
5 users here now

Unofficial ChatGPT community to discuss anything ChatGPT

founded 1 year ago
MODERATORS
17
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

I wrote MinimalGPT in about a weekend as a minimal chat client where everything is stored client side (chat messages aside obviously).

Entire conversations are stored local to your browser instead of a database etc…

Supports both GPT3.5 and GPT4 as well as basic DALL-E image generation. Possibly Bard integration in the future if anyone actually wants it.

The GitHub is available here

It’s nothing crazy, but for a simple chat client without any BS it is nice.

You have to provide your own API key but they hand them out like candy so have a blast!

Edit - Pushed out a small update that adds a toggle for auto saving new conversations. If disabled new conversations are only saved (locally) when you press the save icon.

After a conversation has been saved it is automatically updated/saved every time you send a message from there on out.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year ago (5 children)

I've added an API Key and still getting: An error occurred while fetching a response.

[–] [email protected] 1 points 1 year ago (4 children)

You might double check the API key is correct.

Also make sure you have access to the model you’ve selected, you may not have GPT4 access by default if you’re using that.

I believe it’s GPT3.5 by default and you can request GPT4 access.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (1 children)

It gives me a GPT3.5turbo and GPT4 options. Not sure what's "turbo".

I am just a regular 3.5 user

[–] [email protected] 1 points 1 year ago (1 children)

Turbo is just what they call their 3.5 model for some reason.

Odd it's not working for you, seems alright for others at the moment. The only other thing I can think of is something blocking JavaScript or the browser LocalStorage.

[–] [email protected] 0 points 1 year ago (1 children)

Should this work on an Android device (I am using a brave browser), or just on desktop?

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

Should work on any platform, Brave might be blocking some scripts.

If it works on the desktop or chrome mobile etc.. it’s probably just Brave being overly aggressive.

load more comments (2 replies)
load more comments (2 replies)