t.me/xtekky
commited on
Commit
·
3388d70
1
Parent(s):
2bcafcd
phind.com api (gpt4 & search)
Browse files
phind/__init__.py
CHANGED
@@ -82,7 +82,7 @@ class Search:
|
|
82 |
}
|
83 |
|
84 |
return client.post('https://www.phind.com/api/bing/search', json = {
|
85 |
-
'q': prompt,
|
86 |
'userRankList': {},
|
87 |
'browserLanguage': language}).json()['rawBingResults']
|
88 |
|
|
|
82 |
}
|
83 |
|
84 |
return client.post('https://www.phind.com/api/bing/search', json = {
|
85 |
+
'q' : prompt,
|
86 |
'userRankList': {},
|
87 |
'browserLanguage': language}).json()['rawBingResults']
|
88 |
|
phind_test.py → testing/phind_test.py
RENAMED
File without changes
|