mirror of
https://github.com/Hopiu/llm.git
synced 2026-03-17 05:00:25 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| llm-markov | ||
| advanced-model-plugins.md | ||
| directory.md | ||
| index.md | ||
| installing-plugins.md | ||
| plugin-hooks.md | ||
| plugin-utilities.md | ||
| tutorial-model-plugin.md | ||