From b6efc954de35dd6ffe7f35621af7b386ea42e265 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 13 Sep 2023 12:15:38 -0700 Subject: [PATCH] Link to latest blog entry from README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7e4f21f..5222f8f 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Background on this project: - [Run Llama 2 on your own Mac using LLM and Homebrew](https://simonwillison.net/2023/Aug/1/llama-2-mac/) - [Catching up on the weird world of LLMs](https://simonwillison.net/2023/Aug/3/weird-world-of-llms/) - [LLM now provides tools for working with embeddings](https://simonwillison.net/2023/Sep/4/llm-embeddings/) +- [Build an image search engine with llm-clip, chat with models with llm chat](https://simonwillison.net/2023/Sep/12/llm-clip-and-chat/) ## Installation