From 33b247305c84ee6917ed8d3d2a10873646379730 Mon Sep 17 00:00:00 2001 From: H Lohaus Date: Fri, 9 Feb 2024 18:47:57 +0100 Subject: Update Gemini.py --- g4f/Provider/needs_auth/Gemini.py | 1 - 1 file changed, 1 deletion(-) diff --git a/g4f/Provider/needs_auth/Gemini.py b/g4f/Provider/needs_auth/Gemini.py index cf739a22..32510505 100644 --- a/g4f/Provider/needs_auth/Gemini.py +++ b/g4f/Provider/needs_auth/Gemini.py @@ -101,7 +101,6 @@ class Gemini(AsyncGeneratorProvider): ) as session: async with session.get(cls.url, proxy=proxy) as response: text = await response.text() - open("test.html", "w").write(text) match = re.search(r'SNlM0e\":\"(.*?)\"', text) if match: snlm0e = match.group(1) -- cgit v1.2.3