Update docs with cog

This commit is contained in:
Simon Willison 2024-10-28 15:06:17 -07:00
parent f0ed54abf1
commit 1f822d820b

View file

@ -97,7 +97,7 @@ Usage: llm prompt [OPTIONS] [PROMPT]
llm 'Extract text from this image' -a image.jpg
llm 'Describe' -a https://static.simonwillison.net/static/2024/pelicans.jpg
cat image | llm 'describe image' -a -
# With an explicit content type:
# With an explicit mimetype:
cat image | llm 'describe image' --at - image/jpeg
Options: