diff --git a/README.md b/README.md
index 3116ffe8..0de5f585 100644
--- a/README.md
+++ b/README.md
@@ -4,19 +4,17 @@ Development Status :: 7 - Inactive
-***
-### `Notice` Transition to [Gemini API](https://github.com/dsdanielpark/Gemini-API)
+### Transition to [Gemini API](https://github.com/dsdanielpark/Gemini-API)
-In February 2024, Bard has changed its service name to Gemini.
+In February 2024, Bard has changed its service name to Gemini.
- For some countries/regions where the `__Secure-1PSID` cookie value ends with a single dot: [Bard API](https://github.com/dsdanielpark/Bard-API) >= 0.1.40
- For all other countries/regions: Starting from March 1st, 2024, please go to the [Gemini API](https://github.com/dsdanielpark/Gemini-API) package.
-Moving forward, updates will primarily focus on the Gemini API package.
+Moving forward, updates will primarily focus on the Gemini API package. Alternatively, utilize the official Gemini API at [Google AI Studio](https://ai.google.dev/tutorials/ai-studio_quickstart).
-***
@@ -24,7 +22,8 @@ Moving forward, updates will primarily focus on the Gemini API package.
- + + @@ -35,7 +34,7 @@ Moving forward, updates will primarily focus on the Gemini API package.
-> The python package that returns response of [Google ~~Bard~~ Gemini](https://gemini.google.com/) through value of cookie. +> The python package that returns response of [Google Bard](https://gemini.google.com/) through value of cookie. ![](./assets/bard_api.gif) @@ -92,9 +91,9 @@ $ pip install bardapi==0.1.23a > **Warning** Do not expose the `__Secure-1PSID`. For testing purposes only; avoid direct application use. Cookie values change periodically (every 15-20 minutes). Frequent session changes may briefly block access; headless mode is challenging. Rate limiting applies and changes often. If the cookie changes, log out of your Google account, close the browser, and enter the new cookie value. Or manually reset the cookie for a new value. See FAQ and issue pages for details. 1. Visit https://gemini.google.com/ 2. F12 for console -3. Session: Application → Cookies → Copy the value of `__Secure-1PSID` cookie. +3. Session: Application → Cookies → Copy the value of `__Secure-1PSID` cookie. Or try to use `SIDCC` as token. -Note that while I referred to `__Secure-1PSID` value as an API key for convenience, it is not an officially provided API key. +Note that while I referred to `__Secure-1PSID` or `SIDCC` value as an API key for convenience, it is not an officially provided API key. Cookie value subject to frequent changes. Verify the value again if an error occurs. Most errors occur when an invalid cookie value is entered.