LLM CLI utility
Install llm
:
uv tool install llm
Install plugins:
llm install llm-mlx llm-ollama llm-gemini llm-mistral llm-openrouter llm-sentence-transformers llm-cmd llm-jq
Install llm
with its plugins in one line (great to re-install the environment):
uv tool install llm --with llm-mlx --with llm-ollama --with llm-gemini --with llm-mistral --with llm-openrouter --with llm-sentence-transformers --with llm-cmd --with llm-jq
llm-mlx
requires Python 3.12 or lower, there are two ways to set Python version.
Environment variable:
export UV_PYTHON=3.12
Command line option:
uv tool install llm --python 3.12
Update tools is as easy as uv tool upgrade --all
.
#llms
#python
#tool
#uv