summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/needs_auth/Gemini.py
diff options
context:
space:
mode:
authorH Lohaus <hlohaus@users.noreply.github.com>2024-04-23 19:57:43 +0200
committerGitHub <noreply@github.com>2024-04-23 19:57:43 +0200
commit431621b2747ce62d46c1af53e72d457b46b1c3b1 (patch)
treee681d6919241cd10406643e12c48d3960b5f52eb /g4f/Provider/needs_auth/Gemini.py
parentMerge pull request #1881 from hlohaus/css (diff)
parentFix issue with You.com and nodriver (diff)
downloadgpt4free-431621b2747ce62d46c1af53e72d457b46b1c3b1.tar
gpt4free-431621b2747ce62d46c1af53e72d457b46b1c3b1.tar.gz
gpt4free-431621b2747ce62d46c1af53e72d457b46b1c3b1.tar.bz2
gpt4free-431621b2747ce62d46c1af53e72d457b46b1c3b1.tar.lz
gpt4free-431621b2747ce62d46c1af53e72d457b46b1c3b1.tar.xz
gpt4free-431621b2747ce62d46c1af53e72d457b46b1c3b1.tar.zst
gpt4free-431621b2747ce62d46c1af53e72d457b46b1c3b1.zip
Diffstat (limited to 'g4f/Provider/needs_auth/Gemini.py')
-rw-r--r--g4f/Provider/needs_auth/Gemini.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/Provider/needs_auth/Gemini.py b/g4f/Provider/needs_auth/Gemini.py
index 209c2e91..02bb0f5a 100644
--- a/g4f/Provider/needs_auth/Gemini.py
+++ b/g4f/Provider/needs_auth/Gemini.py
@@ -32,7 +32,7 @@ REQUEST_HEADERS = {
'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
'x-same-domain': '1',
}
-REQUEST_BL_PARAM = "boq_assistant-bard-web-server_20240201.08_p8"
+REQUEST_BL_PARAM = "boq_assistant-bard-web-server_20240421.18_p0"
REQUEST_URL = "https://gemini.google.com/_/BardChatUi/data/assistant.lamda.BardFrontendService/StreamGenerate"
UPLOAD_IMAGE_URL = "https://content-push.googleapis.com/upload/"
UPLOAD_IMAGE_HEADERS = {