ArturG9 commited on
Commit
e83715b
·
verified ·
1 Parent(s): 8b9d750

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -185,7 +185,7 @@ def create_conversational_rag_chain(retriever):
185
 
186
 
187
 
188
- rag_chain = prompt | llm | StrOutputParser()
189
 
190
 
191
  return rag_chain
 
185
 
186
 
187
 
188
+ rag_chain = prompt | model | StrOutputParser()
189
 
190
 
191
  return rag_chain