1MR commited on
Commit
7d77c69
·
verified ·
1 Parent(s): 3e143b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ llm = HuggingFaceEndpoint(
68
  repetition_penalty=1.03,
69
  )
70
 
71
- chat_model = ChatHuggingFace(llm=llm)
72
 
73
  str_output_parser = StrOutputParser()
74
 
 
68
  repetition_penalty=1.03,
69
  )
70
 
71
+ chat= ChatHuggingFace(llm=llm)
72
 
73
  str_output_parser = StrOutputParser()
74