add thinking example to example index

This commit is contained in:
Devon Rifkin 2025-05-27 11:36:45 -07:00
parent eaad6df5ef
commit f8c6cd5131

View File

@ -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)