AllYourBot / hostedgpt

An open version of ChatGPT you can host anywhere or run locally.
MIT License
228 stars 92 forks source link

Ensure copying to clipboard includes all markdown #252

Closed krschacht closed 2 months ago

krschacht commented 2 months ago

When copying a response which includes bulleted markdown (or other markdown like bold, italic, etc) the text that was copied to the clipboard was no longer including the markdown. This PR fixes it so that copied text to the clipboard is exactly as the LLM sent over.