From 3696897db5a73806c7c65ed03809a03cd7b0ca0f Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 21 Apr 2024 20:30:35 -0700 Subject: [PATCH] Link to plugins directory from README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e7e485ab..f027d36a 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ A CLI utility and Python library for interacting with Large Language Models, bot [Run prompts from the command-line](https://llm.datasette.io/en/stable/usage.html#executing-a-prompt), [store the results in SQLite](https://llm.datasette.io/en/stable/logging.html), [generate embeddings](https://llm.datasette.io/en/stable/embeddings/index.html) and more. +Consult the **[LLM plugins directory](https://llm.datasette.io/en/stable/plugins/directory.html)** for plugins that provide access to remote and local models. + Full documentation: **[llm.datasette.io](https://llm.datasette.io/)** Background on this project: