Skip to content

Commit

Permalink
Document image support
Browse files Browse the repository at this point in the history
Refs #19
  • Loading branch information
simonw authored Oct 29, 2024
1 parent ec139c8 commit f8479fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ llm -m claude-3-opus 'Fun facts about squirrels'
llm -m claude-3-sonnet 'Fun facts about walruses'
llm -m claude-3-haiku 'Fun facts about armadillos'
```
Images are supported too:
```bash
llm -m claude-3.5-sonnet 'describe this image' -a https://static.simonwillison.net/static/2024/pelicans.jpg
llm -m claude-3-haiku 'extract text' page.png
```

## Development

Expand Down

0 comments on commit f8479fa

Please sign in to comment.