From de1a201c6163409560501299e1a3120bc4d6518f Mon Sep 17 00:00:00 2001 From: "t.me/xtekky" <98614666+xtekky@users.noreply.github.com> Date: Sat, 22 Apr 2023 13:37:18 +0100 Subject: phind cloudflare fix --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 24ff9608..00d78608 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,9 @@ print(response.completion.choices[0].text) ```python import phind +# set cf_clearance cookie +phind.cf_clearance = 'xx.xx-1682166681-0-160' + prompt = 'who won the quatar world cup' # help needed: not getting newlines from the stream, please submit a PR if you know how to fix this -- cgit v1.2.3