mirror of
https://github.com/Hopiu/llm.git
synced 2026-05-03 11:24:45 +00:00
Fixed typo
This commit is contained in:
parent
edc9e2dd7e
commit
523fc4f1a3
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ llm schemas -q dogs -q bio
|
|||
```
|
||||
You can then use a stored schema ID as an argument to `--schema`:
|
||||
```bash
|
||||
llm --schema a75b7b3f00e065247e6e364304338aa5 'five dogs
|
||||
llm --schema a75b7b3f00e065247e6e364304338aa5 'five dogs'
|
||||
```
|
||||
|
||||
Be warned that different models may support different dialects of the JSON schema specification.
|
||||
|
|
|
|||
Loading…
Reference in a new issue