summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authort.me/xtekky <98614666+xtekky@users.noreply.github.com>2023-04-22 14:37:18 +0200
committert.me/xtekky <98614666+xtekky@users.noreply.github.com>2023-04-22 14:37:18 +0200
commitde1a201c6163409560501299e1a3120bc4d6518f (patch)
tree089d4f324e7fc003fbf4826e427f17d2c8fb7501 /README.md
parentfix (diff)
downloadgpt4free-de1a201c6163409560501299e1a3120bc4d6518f.tar
gpt4free-de1a201c6163409560501299e1a3120bc4d6518f.tar.gz
gpt4free-de1a201c6163409560501299e1a3120bc4d6518f.tar.bz2
gpt4free-de1a201c6163409560501299e1a3120bc4d6518f.tar.lz
gpt4free-de1a201c6163409560501299e1a3120bc4d6518f.tar.xz
gpt4free-de1a201c6163409560501299e1a3120bc4d6518f.tar.zst
gpt4free-de1a201c6163409560501299e1a3120bc4d6518f.zip
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
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