From d320efd2ff94c17b203e34311ab633dae274504a Mon Sep 17 00:00:00 2001 From: abc <98614666+xtekky@users.noreply.github.com> Date: Fri, 22 Sep 2023 23:48:39 +0100 Subject: ~ | Fix DeepAi --- g4f/Provider/DeepAi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g4f/Provider/DeepAi.py b/g4f/Provider/DeepAi.py index 88225f1f..a19e4b51 100644 --- a/g4f/Provider/DeepAi.py +++ b/g4f/Provider/DeepAi.py @@ -56,7 +56,7 @@ f = function () { async with ClientSession( headers=headers ) as session: - async with session.post("https://api.deepai.org/make_me_a_pizza", proxy=proxy, data=payload) as response: + async with session.post("https://api.deepai.org/make_me_a_sandwich", proxy=proxy, data=payload) as response: response.raise_for_status() async for stream in response.content.iter_any(): if stream: -- cgit v1.2.3