From 95597cc8f5c1612428fa4ab321afe2f173ac897f Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 18 Dec 2023 10:28:52 -0800 Subject: [PATCH] Link to new blog entry !stable-docs --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index 89fcd70..fef1c23 100644 --- a/docs/index.md +++ b/docs/index.md @@ -19,6 +19,7 @@ Background on this project: - [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/) +- [Many options for running Mistral models in your terminal using LLM](https://simonwillison.net/2023/Dec/18/mistral/) For more check out [the llm tag](https://simonwillison.net/tags/llm/) on my blog.