Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
-
gradio
|
|
|
2 |
langchain
|
3 |
langchain-google-genai
|
4 |
langchain-openai # For OpenRouter compatibility with OpenAI format
|
5 |
requests
|
6 |
dotenv # Potentially for API keys, though Gradio secrets might be better for deploy
|
7 |
|
|
|
|
1 |
+
gradio==4.44.1
|
2 |
+
pydantic<2.11
|
3 |
langchain
|
4 |
langchain-google-genai
|
5 |
langchain-openai # For OpenRouter compatibility with OpenAI format
|
6 |
requests
|
7 |
dotenv # Potentially for API keys, though Gradio secrets might be better for deploy
|
8 |
|
9 |
+
|