Simon Hopstätter
Simon Hopstätter
confirmed - seems to be a problem with Skeleton UI. Tbh too minor to look deeper into but I'll leave it open if somebody wants to check it.
@jumson If you wrap this in a config flag like "skipFirebase", "diableShareFeatures" etc. that is disabled by default, I could merge this. I think you should also combine this with...
Okay, so when you prompt something, the client calls an Vercel Edge function (middleware) and that will establish the connection to the OpenAI API and "proxy" the stream to the...
We are about to release a new major release that will change things: - We'll be offering fixed-price access to the OpenAI API using our Azure infrastructure. It's a lot...
I currently don't have much time to work on SlickGPT but I'd gladly take a PR for this. Skeleton UI already has fileupload controls (button/dialog) and dropzone, so this shouldn't...
Great idea, thanks! The templates UI needs some more consideration but I'll add a "Create Chat" button to the Context message as a quick patch.
This has to do with how your browser is suspended in iOS. When you minimize, the browser goes to "sleep" and cancels running requests. We call the OpenAI completion API...
I just tried on my iPhone 13 Pro with Safari and if I minimize the browser and lock my phone while the completion is being generated, it continues receiving in...
Ok weird, thanks. I'll investigate. I did the exact same thing with 300 words and waited like 30 seconds...
Maybe we should use [Prisma](https://www.prisma.io/) in the share endpoint to detach the database logic from Firebase. Then we could also build a version with a local sqlite database and dockerize...