C-Loftus / talon-ai-tools

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

Add a helper for when you want to append the response #57

Closed jaresty closed 2 months ago

C-Loftus commented 2 months ago

Not sure why pre-commit is failing now , I didn't change Python versions, only bumped the pre-commit auto update 🤔

jaresty commented 2 months ago

Looks good to me!

pokey commented 2 months ago

Looks like talonfmt doesn't support python 3.12. Might have a look at that repo to see why that's pinned

C-Loftus commented 2 months ago

Yup I did see that. But I didn't change Python versions or update talonfmt so I am confused why this is giving an error now. This is causing PRs in community to fail now as well. Don't see any upstream reason why. I think black got bumped via an auto update to use 3.12 and I guess now that makes the precommit use python 3.12 so it fails or something?

Just going to wait on this since it isn't super clear to me what is going on