update phind endpoint

このコミットが含まれているのは:
John Doe 2023-05-13 12:50:54 -04:00
コミット 46c087a892
1個のファイルの変更1行の追加1行の削除

ファイルの表示

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