XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

~ | Fix DeepAi

d320efd2
abc <98614666+xtekky@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified g4f/Provider/DeepAi.py +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: