Skip to content
This repository was archived by the owner on Jun 12, 2024. It is now read-only.

Commit edb7bd5

Browse files
authored
doc: update readme
1 parent 9050a0c commit edb7bd5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,7 @@ print(response.text)
143143

144144
### # 04. Image generation
145145
Returns images generated by Gemini.
146-
> [!NOTE]
147-
> Use GeminiImage for image processing. `web_images` works without cookies, but for images like `generated_image` from Gemini, pass cookies. Cookies are needed to download images from Google's storage. Check the response or use existing cookies variable.
146+
148147

149148
*Sync*
150149
```python
@@ -227,6 +226,8 @@ if __name__ == "__main__":
227226

228227
</details>
229228

229+
> [!NOTE]
230+
> Use GeminiImage for image processing. `web_images` works without cookies, but for images like `generated_image` from Gemini, pass cookies. Cookies are needed to download images from Google's storage. Check the response or use existing cookies variable.
230231
231232
<br>
232233

0 commit comments

Comments
 (0)