mirror of
https://github.com/Hopiu/llm.git
synced 2026-05-12 15:53:11 +00:00
Fix grammar in attachments docs
This commit is contained in:
parent
3a96d52895
commit
12b6ea6977
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ response = model.prompt(
|
|||
|
||||
### Attachments
|
||||
|
||||
Model that accept multi-modal input (images, audio, video etc) can be passed attachments using the `attachments=` keyword argument. This accepts a list of `llm.Attachment()` instances.
|
||||
Models that accept multi-modal input (images, audio, video etc) can be passed attachments using the `attachments=` keyword argument. This accepts a list of `llm.Attachment()` instances.
|
||||
|
||||
This example shows two attachments - one from a file path and one from a URL:
|
||||
```python
|
||||
|
|
|
|||
Loading…
Reference in a new issue