From 46c087a892af73a90ec42684a5ef61f2a0f39a23 Mon Sep 17 00:00:00 2001 From: John Doe Date: Sat, 13 May 2023 12:50:54 -0400 Subject: [PATCH] update phind endpoint --- g4f/Providers/helpers/phind.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g4f/Providers/helpers/phind.py b/g4f/Providers/helpers/phind.py index 8997646..91f3147 100644 --- a/g4f/Providers/helpers/phind.py +++ b/g4f/Providers/helpers/phind.py @@ -49,5 +49,5 @@ def output(chunk): print(chunk, flush=True) -response = requests.post('https://www.phind.com/api/infer/creative', +response = requests.post('https://www.phind.com/api/infer/answer', headers=headers, data=json_data, content_callback=output, timeout=999999, impersonate='safari15_5')