llm/docs/plugins
Simon Willison 6c6b100f3e
KeyModel and AsyncKeyModel classes for models that taken keys (#753)
* New KeyModel and AsyncKeyModel classes for models that taken keys - closes #744
* llm prompt --key now uses new mechanism, including for async
* use new key mechanism in llm chat command
* Python API tests for llm.KeyModel and llm.AsyncKeyModel
* Python API docs for for prompt(... key="")
* Mention await model.prompt() takes other parameters, reorg sections
* Better title for the model tutorial
* Docs on writing model plugins that take a key
2025-02-16 14:38:51 -08:00
..
llm-markov Updated tutorial for conversations, closes #94 2023-07-11 08:58:04 -07:00
advanced-model-plugins.md KeyModel and AsyncKeyModel classes for models that taken keys (#753) 2025-02-16 14:38:51 -08:00
directory.md llm-claude-3 is now called llm-anthropic 2025-02-01 22:08:19 -08:00
index.md Docs for writing models that accept attachments, refs #587 2024-10-28 15:41:34 -07:00
installing-plugins.md Update llm-gpt4all examples for latest release 2023-10-24 12:39:04 -07:00
plugin-hooks.md llm.get_async_model(), llm.AsyncModel base class and OpenAI async models (#613) 2024-11-13 17:51:00 -08:00
plugin-utilities.md llm.user_dir() creates directory if needed, closes #275 2023-09-13 15:58:18 -07:00
tutorial-model-plugin.md KeyModel and AsyncKeyModel classes for models that taken keys (#753) 2025-02-16 14:38:51 -08:00