GeistHaus
log in · sign up

Plugin directory#

llm.datasette.io
13 pages link to this URL
Simon Willison on annotated-release-notes

49 posts tagged ‘annotated-release-notes’. I sometimes publish extended annotated versions of the release notes for my projects.

0 inbound links website en projects 529datasette 1485llm 600llms 1759generative-ai 1793ai 2026plugins 127sqlite 463weeknotes 193releasenotes 12
Language models on the command-line

I gave a talk about accessing Large Language Models from the command-line last week as part of the Mastering LLMs: A Conference For Developers & Data Scientists six week long …

11 inbound links article en my-talks 90macwhisper 5llm 600projects 529datasette 1485anthropic 282llms 1757openai 419ollama 41llamafile 6annotated-talks 30ai 2024files-to-prompt 24local-llms 156generative-ai 1791cli 109
Yulqen

An intentionally quiet and unassuming (and empty) blog

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:

0 inbound links article en til
Large Language Models can run tools in your terminal with LLM 0.26

LLM 0.26 is out with the biggest new feature since I started the project: support for tools. You can now use the LLM CLI tool—and Python library—to grant LLMs from …

4 inbound links article en projects 526releases 27ai 2014openai 418generative-ai 1785llms 1751llm 598anthropic 282gemini 185llm-tool-use 68ai-agents 110ollama 41