返回提交历史
Modified
g4f/Provider/Blackbox.py
+1
-1
XFEstudio/gpt4free
Update (g4f/Provider/Blackbox.py)
75316a23
代码差异
1 个文件
+1
-1
@@ -88,7 +88,7 @@ class Blackbox(AsyncGeneratorProvider, ProviderModelMixin):
88
88
async def fetch_validated(cls):
89
89
async with aiohttp.ClientSession() as session:
90
90
try:
91
async with session.get('https://www.blackbox.ai/_next/static/chunks/2052-0407a0af8bffe0a9.js') as response:
91
async with session.get('https://www.blackbox.ai/_next/static/chunks/2052-cdfeaea1ea292ff5.js') as response:
92
92
page_content = await response.text()
93
93
validated_match = re.search(r'w="([0-9a-fA-F-]{36})"', page_content)
94
94