When using llama-server, the output in the UI can't be easily selected or copied until after text generation stops. This may be because the script replaces all the DOM nodes of the current generation when every new token is output.
The existing text content ideally shouldn't be replaced during generation so we can copy the text as it continues to produce output.
Name and Version
version: 3755 (822b6322)
built with cc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 for x86_64-linux-gnu
What operating system are you seeing the problem on?
What happened?
When using
llama-server
, the output in the UI can't be easily selected or copied until after text generation stops. This may be because the script replaces all the DOM nodes of the current generation when every new token is output.The existing text content ideally shouldn't be replaced during generation so we can copy the text as it continues to produce output.
Name and Version
version: 3755 (822b6322) built with cc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 for x86_64-linux-gnu
What operating system are you seeing the problem on?
No response
Relevant log output
No response