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')