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

Commit

Permalink
doc: update all arg in target_cookies argu
Browse files Browse the repository at this point in the history
  • Loading branch information
dsdanielpark committed Apr 5, 2024
1 parent 1b3d1b4 commit 7a2f99c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ pip install -q -U python-gemini-api

# Testing needed as cookies vary by region.
# GeminiClient = Gemini(auto_cookies=True, target_cookies=["__Secure-1PSID", "__Secure-1PSIDTS"])
# GeminiClient = Gemini(auto_cookies=True, target_cookies="all") # You can pass whole cookies

response = GeminiClient.generate_content("Hello, Gemini. What's the weather like in Seoul today?")
print(response.payload)
Expand Down

0 comments on commit 7a2f99c

Please sign in to comment.