rafaaa2105 commited on
Commit
37c38c8
·
verified ·
1 Parent(s): 87bdcd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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