mirror of
https://github.com/Hopiu/llm.git
synced 2026-05-03 19:34:44 +00:00
Update docs with cog
This commit is contained in:
parent
f0ed54abf1
commit
1f822d820b
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue