mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-06-29 04:35:05 +00:00
server : (webui) Give copy button back to all message bubbles (#11814)
* All messages get the copy button * Update index.html.gz
This commit is contained in:
Binary file not shown.
@ -254,12 +254,12 @@ export default function ChatMessage({
|
|||||||
🔄 Regenerate
|
🔄 Regenerate
|
||||||
</button>
|
</button>
|
||||||
)}
|
)}
|
||||||
|
</>
|
||||||
|
)}
|
||||||
<CopyButton
|
<CopyButton
|
||||||
className="badge btn-mini show-on-hover mr-2"
|
className="badge btn-mini show-on-hover mr-2"
|
||||||
content={msg.content}
|
content={msg.content}
|
||||||
/>
|
/>
|
||||||
</>
|
|
||||||
)}
|
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user