Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse filesbefore: openai==0.27.4
gradio==3.24.1
google-search-results==2.4.2
google-api-python-client==2.83.0
wolframalpha
langchain==0.0.131
requests==2.28.2
git+https://github.com/openai/whisper.git
boto3==1.26.106
faiss-cpu
- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
openai==0.27.
|
2 |
-
gradio==3.
|
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
|
11 |
promptlayer
|
|
|
1 |
+
openai==0.27.4
|
2 |
+
gradio==3.24.1
|
3 |
+
google-search-results==2.4.2
|
4 |
+
google-api-python-client==2.83.0
|
5 |
wolframalpha
|
6 |
+
langchain==0.0.131
|
7 |
requests==2.28.2
|
8 |
git+https://github.com/openai/whisper.git
|
9 |
+
boto3==1.26.106
|
10 |
faiss-cpu
|
11 |
promptlayer
|