darrenburns / elia

A snappy, keyboard-centric terminal user interface for interacting with large language models. Chat with ChatGPT, Claude, Llama 3, Phi 3, Mistral, Gemma and more.
Apache License 2.0
1.86k stars 115 forks source link

Tagging chats #15

Closed darrenburns closed 6 months ago

darrenburns commented 1 year ago

I'd like to be able to apply tags to the currently open chat.

Pressing a keybind would bring up a modal screen with an input field.

This input field lets you enter values to add as tags.

These tags will be associated to the chat ID in the database.

We could possibly use textual-autocomplete to autocomplete pre-existing tags.


In the future this will enable us to filter chats by tag.