Skip to content

Commit

Permalink
Update tutorial-model-plugin.md (#685)
Browse files Browse the repository at this point in the history
pydantic.org -> pydantic.dev
  • Loading branch information
stevenweaver authored Jan 11, 2025
1 parent e3c104b commit 2b6b006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/plugins/tutorial-model-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ class Markov(Model):
```
Let's add extra validation rules to our options. Length must be at least 2. Duration must be between 0 and 10.

The `Options` class uses [Pydantic 2](https://pydantic.org/), which can support all sorts of advanced validation rules.
The `Options` class uses [Pydantic 2](https://pydantic.dev/), which can support all sorts of advanced validation rules.

We can also add inline documentation, which can then be displayed by the `llm models --options` command.

Expand Down

0 comments on commit 2b6b006

Please sign in to comment.