Skip to content

Commit

Permalink
phind.com api (gpt4 & search)
Browse files Browse the repository at this point in the history
  • Loading branch information
xtekky committed Apr 18, 2023
1 parent 2bcafcd commit 3388d70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phind/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def create(prompt: str, actualSearch: bool = True, language: str = 'en') -> dict
}

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

Expand Down
File renamed without changes.

0 comments on commit 3388d70

Please sign in to comment.