disLodge commited on
Commit
fbd2e2c
·
verified ·
1 Parent(s): 70605af
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ vectorstore = Chroma.from_documents(
88
  )
89
  retriever = vectorstore.as_retriever()
90
 
91
- llm = HuggingFaceInferenceClientRunnable(client)
92
 
93
  # After RAG chain
94
  after_rag_template = """You are a {role}. Summarize the following content for yourself and speak in terms of first person.
 
88
  )
89
  retriever = vectorstore.as_retriever()
90
 
91
+ llm = HuggingFaceInterferenceClientRunnable(client)
92
 
93
  # After RAG chain
94
  after_rag_template = """You are a {role}. Summarize the following content for yourself and speak in terms of first person.