phind removed cloudflare
This commit is contained in:
@@ -3,9 +3,9 @@
|
|||||||
```python
|
```python
|
||||||
import phind
|
import phind
|
||||||
|
|
||||||
# set cf_clearance cookie
|
# set cf_clearance cookie (not needed anymore)
|
||||||
phind.cf_clearance = 'xx.xx-1682166681-0-160'
|
# phind.cf_clearance = 'xx.xx-1682166681-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' # same as the one from browser you got cf_clearance from
|
# 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' # same as the one from browser you got cf_clearance from
|
||||||
|
|
||||||
prompt = 'who won the quatar world cup'
|
prompt = 'who won the quatar world cup'
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ from re import findall
|
|||||||
from curl_cffi.requests import post
|
from curl_cffi.requests import post
|
||||||
|
|
||||||
cf_clearance = ''
|
cf_clearance = ''
|
||||||
user_agent = ''
|
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'
|
||||||
|
|
||||||
class PhindResponse:
|
class PhindResponse:
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
import phind
|
import phind
|
||||||
|
|
||||||
# set cf_clearance cookie
|
# set cf_clearance cookie ( not needed at the moment)
|
||||||
phind.cf_clearance = 'heguhSRBB9d0sjLvGbQECS8b80m2BQ31xEmk9ChshKI-1682268995-0-160'
|
phind.cf_clearance = ''
|
||||||
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'
|
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'
|
prompt = 'hello world'
|
||||||
@@ -22,7 +22,7 @@ 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
|
# help needed: not getting newlines from the stream, please submit a PR if you know how to fix this
|
||||||
# stream completion
|
# stream completion
|
||||||
for result in phind.StreamingCompletion.create(
|
for result in phind.StreamingCompletion.create(
|
||||||
model = 'gpt-3.5',
|
model = 'gpt-4',
|
||||||
prompt = prompt,
|
prompt = prompt,
|
||||||
results = phind.Search.create(prompt, actualSearch = True), # create search (set actualSearch to False to disable internet)
|
results = phind.Search.create(prompt, actualSearch = True), # create search (set actualSearch to False to disable internet)
|
||||||
creative = False,
|
creative = False,
|
||||||
Reference in New Issue
Block a user