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

Commit 683d4af

Browse files
authored
doc: code example
1 parent 848519a commit 683d4af

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,7 @@ Returns images in response of Gemini.
218218
```python
219219
from gemini import Gemini, GeminiImage
220220

221-
prompt = "Please recommend a travel itinerary for Seoul."
222-
response = GeminiClient.generate_content(prompt)
223-
221+
response = GeminiClient.generate_content("Please recommend a travel itinerary for Seoul.")
224222
response_images = response.web_images # Check response images [Dict]
225223

226224
GeminiImage.save_sync(response_images, save_path="cached")

0 commit comments

Comments
 (0)