Mastodon Feed: Post

Mastodon Feed

Boosted by jsonstein@masto.deoan.org ("Jeff Sonstein"):
simon@simonwillison.net ("Simon Willison") wrote:

Another fun new plugin is llm-templates-gihub, which supports executing prompt templates that other people have shared in public GitHub repositories

llm install llm-templates-github
llm -t gh:simonw/pelican-svg -m o3-mini

Publishing, sharing and reusing templates # The new register_template_loaders() plugin hook allows plugins to register prefix:value custom template loaders, for use with the llm -t option. llm-templates-github and llm-templates-fabric are two new plugins that make use of that hook. llm-templates-github lets you share and use templates via a public GitHub repository. Here’s how to run my Pelican riding a bicycle benchmark against a specific model: llm install llm-templates-github llm -t gh:simonw/pelican-svg -m o3-mini This executes this pelican-svg.yaml template stored in my simonw/llm-templates repository, using a new repository naming convention.