c0sogi / LLMChat

A full-stack Webui implementation of Large Language model, such as ChatGPT or LLaMA.
MIT License
245 stars 40 forks source link

enable copying of chat text #5

Closed Torhamilton closed 1 year ago

Torhamilton commented 1 year ago

It is impossible to copy the result of a chat.

c0sogi commented 1 year ago

You can just long press chat to copy clipboard

Torhamilton commented 1 year ago

This is not obvious and does not cover the use case for highlight to copy partial text

c0sogi commented 1 year ago

I tried to enable text partial copy function before. However, when I tried to drag differently formatted text, such as codeblock surrounded by backtick, there was a problem that selection was not possible, so this function was not introduced.

I will try to enable copy partial text feature. But I am not sure that is possible.

Torhamilton commented 1 year ago

We can post-pone this feature for now. We add a "long click to copy" help text somewhere.

c0sogi commented 1 year ago

Maybe I need to add 'copy text' button somewhere near chat message

Torhamilton commented 1 year ago

yes

c0sogi commented 1 year ago

aaea7faf81280678d5d2e88b38a97fede9d9fbf5