Spaces:
Running
Running
anunay.aatipamula commited on
Commit ·
2b11665
1
Parent(s): 2bb267b
Create module for llm api
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
google-ai-generativelanguage==0.4.0
|
| 2 |
+
google-api-core==2.15.0
|
| 3 |
+
google-auth==2.25.2
|
| 4 |
+
google-generativeai==0.3.2
|
| 5 |
+
googleapis-common-protos==1.62.0
|
| 6 |
+
gradio==4.12.0
|
| 7 |
+
gradio_client==0.8.0
|
| 8 |
+
ipython
|