Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -4,4 +4,4 @@ gradio==3.20.1 # Gradio for building the user interface
|
|
4 |
requests==2.28.1 # For making HTTP requests to the FastAPI server
|
5 |
langchain==0.0.200 # For working with language models
|
6 |
transformers==4.31.0 # Hugging Face's Transformers library for using models like LLaMA
|
7 |
-
langchain-gemini
|
|
|
4 |
requests==2.28.1 # For making HTTP requests to the FastAPI server
|
5 |
langchain==0.0.200 # For working with language models
|
6 |
transformers==4.31.0 # Hugging Face's Transformers library for using models like LLaMA
|
7 |
+
#langchain-gemini or equivalent, if you are using any specific library for Gemini
|