From 96db13f53774154a10fde9f41e659937ebe2ea01 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 17 Jun 2024 10:18:24 -0700 Subject: [PATCH] Link to new video !stable-docs --- docs/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/index.md b/docs/index.md index 0285fa92..263949f0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,6 +12,8 @@ A CLI utility and Python library for interacting with Large Language Models, bot {ref}`Run prompts from the command-line `, {ref}`store the results in SQLite `, {ref}`generate embeddings ` and more. +Here's a [YouTube video demo](https://www.youtube.com/watch?v=QUXQNi6jQ30) and [accompanying detailed notes](https://simonwillison.net/2024/Jun/17/cli-language-models/). + Background on this project: - [llm, ttok and strip-tags—CLI tools for working with ChatGPT and other LLMs](https://simonwillison.net/2023/May/18/cli-tools-for-llms/) - [The LLM CLI tool now supports self-hosted language models via plugins](https://simonwillison.net/2023/Jul/12/llm/)