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 +```