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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tagging chats

darrenburns opened this issue · comments

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.