1
0
Fork 0

phind.com api (gpt4 & search)

This commit is contained in:
t.me/xtekky 2023-04-18 16:15:52 +01:00
parent 2bcafcd27c
commit 3388d70696
2 changed files with 1 additions and 1 deletions

View file

@ -82,7 +82,7 @@ class Search:
}
return client.post('https://www.phind.com/api/bing/search', json = {
'q': prompt,
'q' : prompt,
'userRankList': {},
'browserLanguage': language}).json()['rawBingResults']