GoatGPT banner

GoatGPT

1 devlog
3h 11m 7s

This is going to be kind of like the things that I have wanted in chatgpt, claude and gemini but integrated into one project.

Jet

I created the main chat interface, its pretty simple right now. I also worked on creating the memory component and it works really well. I synced supabase for signup and saving convos to the DB. I also implemented async calls so that when we extend past the models context window we respect it by summarizing a part of the conversation (with another ai model) and pass that in as the “context” so we can extend conversations to be longer. I’m getting a little bored of this so I won’t return to it for a while (possibly a couple of days to a month)

Attachment
1

Comments

Jet
Jet 3 months ago

Forgot to mention but the search also works pretty well. The UI is kinda bad though and was really painful to ignore.