Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,19 +3,19 @@ import gradio as gr
|
|
| 3 |
from langchain.chat_models import ChatOpenAI
|
| 4 |
from langchain import LLMChain, PromptTemplate
|
| 5 |
from langchain.memory import ConversationBufferMemory
|
| 6 |
-
%pip install langchain_google_genai
|
| 7 |
-
%pip install load_dotenv
|
| 8 |
-
%pip install crewai
|
| 9 |
-
%pip install crewai_tools
|
| 10 |
-
%pip install langchain_community
|
| 11 |
-
%pip install langchain
|
| 12 |
-
%pip install sentence-transformers
|
| 13 |
-
%pip install langchain-groq
|
| 14 |
-
%pip install langchain_huggingface
|
| 15 |
-
%pip install --quiet
|
| 16 |
-
%pip install openai
|
| 17 |
-
%pip install gradio
|
| 18 |
-
%pip install huggingface_hub
|
| 19 |
|
| 20 |
|
| 21 |
import os
|
|
|
|
| 3 |
from langchain.chat_models import ChatOpenAI
|
| 4 |
from langchain import LLMChain, PromptTemplate
|
| 5 |
from langchain.memory import ConversationBufferMemory
|
| 6 |
+
# %pip install langchain_google_genai
|
| 7 |
+
# %pip install load_dotenv
|
| 8 |
+
# %pip install crewai
|
| 9 |
+
# %pip install crewai_tools
|
| 10 |
+
# %pip install langchain_community
|
| 11 |
+
# %pip install langchain
|
| 12 |
+
# %pip install sentence-transformers
|
| 13 |
+
# %pip install langchain-groq
|
| 14 |
+
# %pip install langchain_huggingface
|
| 15 |
+
# %pip install --quiet
|
| 16 |
+
# %pip install openai
|
| 17 |
+
# %pip install gradio
|
| 18 |
+
# %pip install huggingface_hub
|
| 19 |
|
| 20 |
|
| 21 |
import os
|