mirror of
https://github.com/Hopiu/llm.git
synced 2026-04-05 14:00:59 +00:00
Fix a typo (#148)
This commit is contained in:
parent
3bfcfd57d2
commit
a802bfbbb0
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ class Markov(llm.Model):
|
|||
|
||||
The `def register_models()` function here is called by the plugin system (thanks to the `@hookimpl` decorator). It uses the `register()` function passed to it to register an instance of the new model.
|
||||
|
||||
The `Markov` class implements the model. It sets a `model_id` - an identifier that can be passed to `ll -m` in order to identify the model to be executed.
|
||||
The `Markov` class implements the model. It sets a `model_id` - an identifier that can be passed to `llm -m` in order to identify the model to be executed.
|
||||
|
||||
The logic for executing the model goes in the `execute()` method. We'll extend this to do something more useful in a later step.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue