GoogleCloudPlatform / localllm

Apache License 2.0
1.51k stars 113 forks source link

Rename command to `local-llm` #26

Closed bobcatfish closed 6 months ago

bobcatfish commented 6 months ago

The cli tool was originally called llm but this is already the name of a pypi registered package/tool/project https://pypi.org/project/llm/.

This commit renames the tool from llm to local-llm. Originally I updated this to localllm (and supported locallm since that's such an easy typo to make) but it was SUCH an typo to make that when @mctavish suggested local-llm instead, that looked much safer.

For completeness we'd also register local-llm at pypi but I'll hold off until it is needed, since right now the focus of the repo is on using the tool within cloud workstations.

Fixes #8