gorilla-llm / gorilla-cli

LLMs for your CLI
https://gorilla.cs.berkeley.edu/
Apache License 2.0
1.22k stars 73 forks source link

Handle gracefully when git not installed #41

Closed ShishirPatil closed 10 months ago

ShishirPatil commented 10 months ago

Sometimes, users don't have git installed - in these scenarios, just create a random user-id and continue operating. This should be temporary, as the right way is to ask the user for their credentials.