summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorabc <98614666+xtekky@users.noreply.github.com>2023-09-23 00:48:39 +0200
committerabc <98614666+xtekky@users.noreply.github.com>2023-09-23 00:48:39 +0200
commitd320efd2ff94c17b203e34311ab633dae274504a (patch)
tree55086d527936d815d4f555da488eddc2dd39ea6e
parent~ (diff)
downloadgpt4free-d320efd2ff94c17b203e34311ab633dae274504a.tar
gpt4free-d320efd2ff94c17b203e34311ab633dae274504a.tar.gz
gpt4free-d320efd2ff94c17b203e34311ab633dae274504a.tar.bz2
gpt4free-d320efd2ff94c17b203e34311ab633dae274504a.tar.lz
gpt4free-d320efd2ff94c17b203e34311ab633dae274504a.tar.xz
gpt4free-d320efd2ff94c17b203e34311ab633dae274504a.tar.zst
gpt4free-d320efd2ff94c17b203e34311ab633dae274504a.zip
-rw-r--r--g4f/Provider/DeepAi.py2
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: