Merge pull request 'update phind endpoint' (#1) from xloem/gpt4free:phind-endpoint into main

Reviewed-on: g4f/gpt4free#1
このコミットが含まれているのは:
g4f 2023-05-15 06:35:55 +09:00
コミット 6ecaa00b34
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')