ShipBit / slickgpt

SlickGPT is a light-weight "use-your-own-API-key" web client for the OpenAI API written in Svelte. It offers GPT-4 integration, a userless share feature and other superpowers.
https://slickgpt.vercel.app
MIT License
464 stars 97 forks source link

[Feature] Fuzzy search all messages in all chats #74

Closed Merkie closed 7 months ago

Merkie commented 11 months ago

Title is self-explanatory. I wish ChatGPT had this, so I'll add it to this project. But there should be a command palette or a search bar that lets you search through all your chats, this would be very useful. I'll work on an initial PR.

Shackless commented 11 months ago

Great idea! I'd also be fine with using a 3rd party lib for the command palette if it's good and has a lightweight payload. I bookmarked https://github.com/rohitpotato/svelte-command-palette a while ago but haven't tried it yet. I'm sure there are also other JS libs that do the same thing.

th8m0z commented 10 months ago

If nobody is working on this so far, I'd love to get started on the feature

th8m0z commented 9 months ago

Just submitted a first PR