[flagged]
Gorilla-CLI: LLMs for CLI including K8s/AWS/GCP/Azure/sed and 1500 APIs
11–20 of 73 posts
Re: Gorilla-CLI: LLMs for CLI including K8s/AWS/GCP/Azure/sed and 1500 APIs
#12Re: Gorilla-CLI: LLMs for CLI including K8s/AWS/GCP/Azure/sed and 1500 APIs
#13It's not a local model. It queries some endpoint on someone else's computer.
If you’re not comfortable using it in your workflow, consider it a peek at what’s to come. Very exciting times. And it's open source.
Re: Gorilla-CLI: LLMs for CLI including K8s/AWS/GCP/Azure/sed and 1500 APIs
#14It's not a local model. It queries some endpoint on someone else's computer.
Re: Gorilla-CLI: LLMs for CLI including K8s/AWS/GCP/Azure/sed and 1500 APIs
#15Re: Gorilla-CLI: LLMs for CLI including K8s/AWS/GCP/Azure/sed and 1500 APIs
#16It's not a local model. It queries some endpoint on someone else's computer.
Re: Gorilla-CLI: LLMs for CLI including K8s/AWS/GCP/Azure/sed and 1500 APIs
#17It's not a local model. It queries some endpoint on someone else's computer.
Yes indeed. The models are too computationally expensive to run locally (7.5Billion parameters). Though you could in-principle swap in any local model.
Re: Gorilla-CLI: LLMs for CLI including K8s/AWS/GCP/Azure/sed and 1500 APIs
#18 (base) ~ g get the image ids of all pods running in all namespaces in kubernetes
kubectl get pods --all-namespaces -o jsonpath="{..imageID}"
sha256:b19406328e70dd2f6a36d6dbe4e867b0684ced2fdeb2f02ecb54ead39ec0bac0
sha256:b19406328e70dd2f6a36d6dbe4e867b0684ced2fdeb2f02ecb54ead39ec0bac0Re: Gorilla-CLI: LLMs for CLI including K8s/AWS/GCP/Azure/sed and 1500 APIs
#19It's not a local model. It queries some endpoint on someone else's computer.
Re: Gorilla-CLI: LLMs for CLI including K8s/AWS/GCP/Azure/sed and 1500 APIs
#20Hi HN, I'm one of the authors from Gorilla Project. Gorilla now presents in an CLI interface and you can interact with your laptop in English! Feedbacks and suggestions are very welcome!!
Also I am finding in my environment that longer results don't line wrap and so it's hard to tell what the actual full command is, but that might be just me.