C-Loftus / talon-ai-tools

Query LLMs and AI tools with voice commands
http://colton.place/talon-ai-tools/
MIT License
46 stars 17 forks source link

Could you add some documentation how to use this? #10

Closed jaresty closed 7 months ago

jaresty commented 7 months ago

https://github.com/C-Loftus/talon-ai-tools/blob/62a1ad117ef5433462eb6dddb59bd6150683688f/GPT/gpt-shell.talon#L7

I tried to use the model shell functionality but couldn't figure out how to use it. Could you add something to the read me with some examples?

C-Loftus commented 7 months ago

model shell list all the python files in the current directory

returns ls *.py from which I can then say paste model output I can adds some additional documentation but does that make sense? Is something not working? just want to be on the same page

jaresty commented 7 months ago

I'm not sure why, but it does not seem to be picking up my words as words. When I tried using that example command, it recognized everything after shell as talon commands instead of dictation. I'm not sure why that is?

C-Loftus commented 7 months ago

Did you pull the repository? If you are saying the command all in one go and have the command defined properly, it should work fine. There is just a 'model shell' command that operates upon the selected text as well, but that shouldn't be triggered unless you pause or say something that wouldn't be matched as user.text.

jaresty commented 7 months ago

That was the problem. Sorry about that!