diff options
-rw-r--r-- | g4f/Provider/DeepAi.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |