-
-
Notifications
You must be signed in to change notification settings - Fork 32
Description
llm works fine, but llm cmd will not return any responses on my M3 MacOS environment.
I am running OMZSH with a fairly custom shell, but I run the same shell config on my ubuntu boxes and llm cmd works fine there. When I run an 'llm cmd' command, nothing is returned at all, no errors. But it does hang at an interactive shell- i.e., if I type a command and enter it at that 'hung' shell, it doesn't just go into the shell buffer, it actually tries to execute. So it seems like it's not an issue running the command itself, it's returning the response to the shell input is where it gets stuck.
That being said, these requests are also not show in 'llm logs'. I am not sure exactly what that means since it could possible be written to only log after a response is returned.