Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed May 1, 2024
1 parent 018f91c commit c09099d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ Claudia expects images as a list of bytes, so we read in the file:
img = fn.read_bytes()
```

Prompts to Claudia can be lists, containing text, messages, or both, eg:
Prompts to Claudia can be lists, containing text, images, or both, eg:

``` python
chat([img, "In brief, what color flowers are in this image?"])
Expand Down
2 changes: 1 addition & 1 deletion index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@
"id": "50c32f2a",
"metadata": {},
"source": [
"Prompts to Claudia can be lists, containing text, messages, or both, eg:"
"Prompts to Claudia can be lists, containing text, images, or both, eg:"
]
},
{
Expand Down

0 comments on commit c09099d

Please sign in to comment.