phind.com api (gpt4 & search)
This commit is contained in:
parent
2bcafcd27c
commit
3388d70696
2 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ class Search:
|
||||||
}
|
}
|
||||||
|
|
||||||
return client.post('https://www.phind.com/api/bing/search', json = {
|
return client.post('https://www.phind.com/api/bing/search', json = {
|
||||||
'q': prompt,
|
'q' : prompt,
|
||||||
'userRankList': {},
|
'userRankList': {},
|
||||||
'browserLanguage': language}).json()['rawBingResults']
|
'browserLanguage': language}).json()['rawBingResults']
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue