Skip to content

Commit 947d999

Browse files
bene2k1RoRoJ
andauthored
Update pages/generative-apis/how-to/query-vision-models.mdx
Co-authored-by: Rowena Jones <[email protected]>
1 parent e40fc7b commit 947d999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/generative-apis/how-to/query-vision-models.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ To encode Base64 images in Python, you first need to install `Pillow` library:
129129
pip install pillow
130130
```
131131

132-
Then, the following Python code sample shows you how to encode an image in base64 format and pass it to your request payload:
132+
Then, the following Python code sample shows you how to encode an image in Base64 format and pass it to your request payload:
133133

134134
```python
135135
import base64

0 commit comments

Comments
 (0)