diff options
author | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-04-23 18:57:39 +0200 |
---|---|---|
committer | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-04-23 18:57:39 +0200 |
commit | 20af89c0c29abc63ef5e84e669fd4ef14998de40 (patch) | |
tree | efacad7db06c9b317c80b2d1491b474165f22a8b /phind/phind_test.py | |
parent | Update ora_gpt4.py (diff) | |
download | gpt4free-20af89c0c29abc63ef5e84e669fd4ef14998de40.tar gpt4free-20af89c0c29abc63ef5e84e669fd4ef14998de40.tar.gz gpt4free-20af89c0c29abc63ef5e84e669fd4ef14998de40.tar.bz2 gpt4free-20af89c0c29abc63ef5e84e669fd4ef14998de40.tar.lz gpt4free-20af89c0c29abc63ef5e84e669fd4ef14998de40.tar.xz gpt4free-20af89c0c29abc63ef5e84e669fd4ef14998de40.tar.zst gpt4free-20af89c0c29abc63ef5e84e669fd4ef14998de40.zip |
Diffstat (limited to '')
-rw-r--r-- | phind/phind_test.py (renamed from testing/phind_test.py) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/phind_test.py b/phind/phind_test.py index 3e9217e1..94354fd8 100644 --- a/testing/phind_test.py +++ b/phind/phind_test.py @@ -1,7 +1,8 @@ import phind # set cf_clearance cookie -phind.cf_clearance = 'hWfIdYKgcnxnU5ayolWe9t7eEmAbULywS.qfHkm1T_A-1682166681-0-160' +phind.cf_clearance = 'heguhSRBB9d0sjLvGbQECS8b80m2BQ31xEmk9ChshKI-1682268995-0-160' +phind.user_agent = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' prompt = 'hello world' |