Remove unnecessary code, and address WolframAlpha interfacing issue.
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
openai==0.26.4
|
| 2 |
-
gradio==3.17.
|
| 3 |
google-search-results
|
| 4 |
-
google-api-python-client==2.
|
| 5 |
wolframalpha
|
| 6 |
-
langchain==0.0.
|
| 7 |
requests==2.28.2
|
| 8 |
git+https://github.com/openai/whisper.git
|
| 9 |
-
boto3==1.26.
|
| 10 |
faiss-cpu
|
|
|
|
| 1 |
openai==0.26.4
|
| 2 |
+
gradio==3.17.1
|
| 3 |
google-search-results
|
| 4 |
+
google-api-python-client==2.76.0
|
| 5 |
wolframalpha
|
| 6 |
+
langchain==0.0.78
|
| 7 |
requests==2.28.2
|
| 8 |
git+https://github.com/openai/whisper.git
|
| 9 |
+
boto3==1.26.65
|
| 10 |
faiss-cpu
|