From ef7d3aa48878d029d7564c58b9de31206fe6127e Mon Sep 17 00:00:00 2001 From: "MinWoo(Daniel) Park" Date: Wed, 20 Mar 2024 16:54:54 +0900 Subject: [PATCH] doc: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4459eb1..af6b545 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ response.response_dict # renamed to payload after v2.3.0
### # 01. Initialization -Please explicitly declare `cookies` in dict format. You can also enter the path to the file containing the cookie with `cookie_fp`. Check this [sample cookie file](https://github.com/dsdanielpark/Gemini-API/blob/main/cookies.txt). +Please explicitly declare `cookies` in dict format. You can also enter the path to the file containing the cookie with `cookie_fp`(*.json, *.txt supported). Check this [sample cookie file](https://github.com/dsdanielpark/Gemini-API/blob/main/cookies.txt).