mirror of
https://github.com/Hopiu/llm.git
synced 2026-03-26 17:30:24 +00:00
Fixed hookspec docstrings
This commit is contained in:
parent
213e0b0c75
commit
53fc9cbab7
1 changed files with 2 additions and 2 deletions
|
|
@ -12,9 +12,9 @@ def register_commands(cli):
|
|||
|
||||
@hookspec
|
||||
def register_models(register):
|
||||
"Return a list of model instances representing LLM models that can be called"
|
||||
"Register additional model instances representing LLM models that can be called"
|
||||
|
||||
|
||||
@hookspec
|
||||
def register_embedding_models(register):
|
||||
"Return a list of model instances that can be used for embedding"
|
||||
"Register additional model instances that can be used for embedding"
|
||||
|
|
|
|||
Loading…
Reference in a new issue