Closed surya-narayanan closed 1 year ago
Hey @surya-narayanan Thanks for trying out Gorilla-cli.
It's not critical, but yeah with a github login it's easier to capture a unique id for rate limiting. Once you have logged in to github - which you can check with git config --global user.email
to see if it returns a valid email, can you try the following:
rm ~/.gorilla-cli-* && pip uninstall gorilla-cli
pip install gorilla-cli
Let me know if this doesn't work! I'll keep this open for a few days to see if you run into anything!
My input command was
gorilla 'i want to run this sentence through an LLM'
And the output is
I tried logging in using
git config user.email
andgit config user.name
to no avail.