Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,6 +5,7 @@ from langchain.agents.output_parsers import ReActJsonSingleInputOutputParser
|
|
| 5 |
from langchain.tools.render import render_text_description
|
| 6 |
from langchain_community.llms import HuggingFaceHub
|
| 7 |
from langchain_community.utilities import SerpAPIWrapper
|
|
|
|
| 8 |
import chainlit as cl
|
| 9 |
|
| 10 |
# Instantiate the LLM
|
|
|
|
| 5 |
from langchain.tools.render import render_text_description
|
| 6 |
from langchain_community.llms import HuggingFaceHub
|
| 7 |
from langchain_community.utilities import SerpAPIWrapper
|
| 8 |
+
from langchain_community.chat_models.huggingface import ChatHuggingFace
|
| 9 |
import chainlit as cl
|
| 10 |
|
| 11 |
# Instantiate the LLM
|