ILikeAI / AlwaysReddy

AlwaysReddy is a LLM voice assistant that is always just a hotkey away.
MIT License
524 stars 50 forks source link

Add ALWAYS_INCLUDE_CLIPBOARD option #62

Closed Jobus0 closed 3 weeks ago

Jobus0 commented 3 weeks ago

For those who might want it, I added a bool option for always including the clipboard content (defaults to False).

To reduce the risk of the AI chattering about the clipboard content when the user asks about something else, I also edited the passed-along text to include (ignore if user doesn't mention it), which makes a clear improvement for Llama 3 8B.

Jobus0 commented 3 weeks ago

Oh, I should also mention: the reason I reduced THE USER HAS THIS TEXT COPIED TO THEIR CLIPBOARD to just CLIPBOARD CONTENT is because the AI (Llama 3 8B) tended to say things like "The user seems to have text copied to their clipboard" and so on. I felt it responded more naturally after making that change.