mirror of
https://github.com/Hopiu/llm.git
synced 2026-03-16 20:50:25 +00:00
Tweaked header
This commit is contained in:
parent
dbb02d65b9
commit
fe7a1f0ee7
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue