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 /testing/phind_test.py | |
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 'testing/phind_test.py')
-rw-r--r-- | testing/phind_test.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/phind_test.py b/testing/phind_test.py index 6b78f02d..3e9217e1 100644 --- a/testing/phind_test.py +++ b/testing/phind_test.py @@ -1,5 +1,8 @@ import phind +# set cf_clearance cookie +phind.cf_clearance = 'hWfIdYKgcnxnU5ayolWe9t7eEmAbULywS.qfHkm1T_A-1682166681-0-160' + prompt = 'hello world' # normal completion |