mirror of
https://github.com/Hopiu/llm.git
synced 2026-03-16 20:50:25 +00:00
parent
a2063e913f
commit
796e8952e8
1 changed files with 1 additions and 2 deletions
|
|
@ -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()
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue