Added google-api-python-client to requirements.txt

This commit is contained in:
russellocean
2023-04-03 16:49:05 -04:00
parent f2ba7f21c5
commit 30d07d9102

View File

@@ -9,5 +9,5 @@ requests
tiktoken==0.3.3
docker
googlesearch-python
google-api-python-client # If using Google's Custom Search JSON API (https://developers.google.com/custom-search/v1/overview) Won't result in a 403 error
google-api-python-client #(https://developers.google.com/custom-search/v1/overview)
# Googlesearch python seems to be a bit cursed, anyone good at fixing thigns like this?