diff --git a/documents/README_FAQ.md b/documents/README_FAQ.md index 9a8a64dd2..a1425b8be 100644 --- a/documents/README_FAQ.md +++ b/documents/README_FAQ.md @@ -3,7 +3,7 @@ Development Status :: 5 - Production/Stable # FAQ ## Before using the Bard API -- Google Bard can return different responses based on various factors such as account, country, region, IP, etc., following Google's policies. This means that even well-functioning methods, especially the `ask_about_image` method, can encounter Response Errors, which are caused by various reasons related to Google's policies, not package errors. It cannot be resolved at the package level. (e.g., [CAPTCHA](https://support.google.com/a/answer/1217728?hl=en#:~:text=CAPTCHA%20(Completely%20Automated%20Public%20Turing,known%20as%20challenge%2Dresponse%20authentication.) or [HTTP 429 error](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429)) +- Google Bard can return different responses based on various factors such as account, country, region, IP, etc., following Google's policies. This means that even well-functioning methods, especially the `ask_about_image` method, can encounter Response Errors, which are caused by various reasons related to Google's policies, not package errors. It cannot be resolved at the package level. (e.g., [CAPTCHA](https://en.wikipedia.org/wiki/CAPTCHA) or [HTTP 429 error](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429)) - The API token(__Secure-1PSID cookie value) for this service is unofficial. Additionally, exposing it can allow others to easily use the Bard service with your Google ID, so never expose it. - This service has very limited and variable call limits per unit of time, and exceeding rate limiting temporarily prevents obtaining normal response results. - Sending the same question multiple times in requests can also temporarily prevent obtaining normal response results.