Skip to content

Commit 7bfc485

Browse files
authored
Update README.md
1 parent e1894b7 commit 7bfc485

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,14 @@ Vision mode allows for generating text based on a combination of text prompts an
128128
129129
***CLI***
130130
```bash
131-
python cli.py --vision --prompt "Describe this image." --image "image_path_or_url"
131+
python cli.py --vision --prompt "Describe this image" --image "https://upload.wikimedia.org/wikipedia/commons/a/a7/Camponotus_flavomarginatus_ant.jpg"
132132
```
133133
134134
***Wrapper***
135135
```python
136136
from claude import Vision
137137
138-
Vision().run(prompt="Describe this image.", image="image_path_or_url")
138+
Vision().run(prompt="Describe this image", image="https://upload.wikimedia.org/wikipedia/commons/a/a7/Camponotus_flavomarginatus_ant.jpg")
139139
```
140140
141141
> An executable version of this example can be found [here](./examples/example_vision.py). (*You must move this file to the root folder before running the program.*)

0 commit comments

Comments
 (0)