15 Commits

Author SHA1 Message Date
Simon Willison 2fd6c09db1 More labels in docs 2025-05-28 08:02:32 -07:00
Benjamin Kirkbride ccc52265e9 fix typo in tutorial-model-plugin.md (#1043) 2025-05-23 23:33:40 -07:00
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
Steven Weaver 2b6b00641c Update tutorial-model-plugin.md (#685)
pydantic.org -> pydantic.dev
2025-01-11 12:05:05 -08:00
Simon Willison 1126393ba1 Docs for writing models that accept attachments, refs #587 2024-10-28 15:41:34 -07:00
Kian-Meng Ang 50520c7c1c Fix typos (#567)
Found via `codespell -H -L wit,thre`

!stable-docs
2024-09-08 08:44:43 -07:00
Simon Willison df7d24835b Link to article about generators
!stable-docs
2023-11-12 08:13:59 -08:00
Simon Willison b84f6f9ffd Docs for LLM_LOAD_PLUGINS, closes #256 2023-09-10 14:12:37 -07:00
Simon Willison 0eeb8393ca llm models and llm templates default to list, closes #167 2023-08-19 20:04:14 -07:00
nakamichi a802bfbbb0 Fix a typo (#148)
Test / test (3.10) (push) Waiting to run
Test / test (3.11) (push) Waiting to run
Test / test (3.7) (push) Waiting to run
Test / test (3.8) (push) Waiting to run
Test / test (3.9) (push) Waiting to run
2023-08-12 09:40:14 -07:00
Simon Willison 3c2ef73f78 Remove Tutorial: prefix 2023-07-24 13:05:47 -07:00
Simon Willison a6e3730b40 Fix zip link 2023-07-12 09:09:19 -07:00
Simon Willison 3ee67c94e8 Updated tutorial for conversations, closes #94 2023-07-11 08:58:04 -07:00
Simon Willison 18f34b5df2 How to add docs to options, refs #82 2023-07-10 13:51:33 -07:00
Simon Willison d5743641e6 Expanded plugins/ docs into several pages
Refs #87
2023-07-10 12:48:25 -07:00