From 796e8952e8824cc409e1e4a268723663063ef244 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 29 May 2025 22:27:48 -0700 Subject: [PATCH] Deploy advanced-model-plugins.md !stable-docs Refs #1137 --- docs/plugins/advanced-model-plugins.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/plugins/advanced-model-plugins.md b/docs/plugins/advanced-model-plugins.md index 2f2f58a..f7b3625 100644 --- a/docs/plugins/advanced-model-plugins.md +++ b/docs/plugins/advanced-model-plugins.md @@ -95,7 +95,6 @@ class MyAsyncModel(llm.AsyncKeyModel): ) -> AsyncGenerator[str, None]: ``` - This async model instance should then be passed to the `register()` method in the `register_models()` plugin hook: ```python @@ -307,4 +306,4 @@ The `-i` option means Python will drop into an interactive shell if an error occ ```python import pdb; pdb.pm() -``` \ No newline at end of file +```