turboderp / exui

Web UI for ExLlamaV2
MIT License
449 stars 43 forks source link

how to name the sessions? #45

Closed Fuckingnameless closed 8 months ago

turboderp commented 8 months ago

You should be able to just doubleclick on the conversation title in the list.

Fuckingnameless commented 8 months ago

You should be able to just doubleclick on the conversation title in the list.

damn i'm an idiot

Fuckingnameless commented 8 months ago

You should be able to just doubleclick on the conversation title in the list.

is there a way to add custom prompt format?

turboderp commented 8 months ago

Not at the moment, no. There's a couple of builtin formats, and I might add Jinja support (for loading prompt formats from tokenizer_config.json, although it's a little cumbersome to work with. For now, if you're up for a little coding it's pretty straightforward to add more formats to backend/prompts.py.