From f8c6cd51312d20b426ccd136ecacbe782bb337e5 Mon Sep 17 00:00:00 2001 From: Devon Rifkin Date: Tue, 27 May 2025 11:36:45 -0700 Subject: [PATCH] add thinking example to example index --- examples/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/README.md b/examples/README.md index f505a2a..f6b435d 100644 --- a/examples/README.md +++ b/examples/README.md @@ -62,3 +62,6 @@ Requirement: `pip install tqdm` ### Ollama Embed - Generate embeddings with a model - [embed.py](embed.py) + +### Thinking - Enable thinking mode for a model +- [thinking.py](thinking.py)