diff options
author | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-04-22 14:37:18 +0200 |
---|---|---|
committer | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-04-22 14:37:18 +0200 |
commit | de1a201c6163409560501299e1a3120bc4d6518f (patch) | |
tree | 089d4f324e7fc003fbf4826e427f17d2c8fb7501 /README.md | |
parent | fix (diff) | |
download | gpt4free-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 '')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |