返回提交历史
Modified
g4f/Provider/DeepAi.py
+1
-1
XFEstudio/gpt4free
~ | Fix DeepAi
d320efd2
代码差异
1 个文件
+1
-1
@@ -56,7 +56,7 @@ f = function () {
56
56
async with ClientSession(
57
57
headers=headers
58
58
) as session:
59
async with session.post("https://api.deepai.org/make_me_a_pizza", proxy=proxy, data=payload) as response:
59
async with session.post("https://api.deepai.org/make_me_a_sandwich", proxy=proxy, data=payload) as response:
60
60
response.raise_for_status()
61
61
async for stream in response.content.iter_any():
62
62
if stream: