C-Loftus / talon-ai-tools

Query LLMs and AI tools with voice commands
MIT License
39 stars 14 forks source link

don't try to use ~/Downloads if it doesn't exist #59

Closed fidgetingbits closed 2 months ago

fidgetingbits commented 2 months ago

ATM things like model help fail if ~/Downloads doesn't exist, so this fixes things to just use /tmp if ~/Downloads doesn't exist. For snaps, which I don't use, I'm not sure how they deal with that folder not existing. Perhaps they use /etc/xdg/user-dirs.defaults, but not worth getting too fancy until it's needed.

C-Loftus commented 2 months ago

Ok this looks good thanks! :+1: Yeah unfortunately not really sure the best way to deal with the snap issue without doing some subprocess hack.

Will merge once i figure out the CI talonfmt issue