preternatural-explore / mlx-swift-chat

A multi-platform SwiftUI frontend for running local LLMs with Apple's MLX framework.
MIT License
360 stars 22 forks source link

Allow select and copy of Completion text #9

Closed arubinst closed 8 months ago

arubinst commented 9 months ago

This small change allows the user to select text on the Completion window.

The text can then be copied, translated, even spoken by the text-to-speach service in macOS.

Fixes #10