Tweaked header

This commit is contained in:
Simon Willison 2025-05-27 13:06:12 -07:00
parent dbb02d65b9
commit fe7a1f0ee7
2 changed files with 2 additions and 2 deletions

View file

@ -275,7 +275,7 @@ See also [the llm tag](https://simonwillison.net/tags/llm/) on my blog.
* [Models that accept API keys](https://llm.datasette.io/en/stable/plugins/advanced-model-plugins.html#models-that-accept-api-keys)
* [Async models](https://llm.datasette.io/en/stable/plugins/advanced-model-plugins.html#async-models)
* [Supporting schemas](https://llm.datasette.io/en/stable/plugins/advanced-model-plugins.html#supporting-schemas)
* [Support tools](https://llm.datasette.io/en/stable/plugins/advanced-model-plugins.html#support-tools)
* [Supporting tools](https://llm.datasette.io/en/stable/plugins/advanced-model-plugins.html#supporting-tools)
* [Attachments for multi-modal models](https://llm.datasette.io/en/stable/plugins/advanced-model-plugins.html#attachments-for-multi-modal-models)
* [Tracking token usage](https://llm.datasette.io/en/stable/plugins/advanced-model-plugins.html#tracking-token-usage)
* [Utility functions for plugins](https://llm.datasette.io/en/stable/plugins/plugin-utilities.html)

View file

@ -125,7 +125,7 @@ Check the [llm-gemini](https://github.com/simonw/llm-gemini) and [llm-anthropic]
(advanced-model-plugins-tools)=
## Support tools
## Supporting tools
Adding {ref}`tools support <tools>` involves several steps: