manuelcozar55 commited on
Commit
12c2eae
·
verified ·
1 Parent(s): 351daea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -25,6 +25,7 @@ llm = HuggingFaceEndpoint(
25
  max_new_tokens=4096,
26
  temperature=0.5,
27
  do_sample=False,
 
28
  )
29
  llm_engine_hf = ChatHuggingFace(llm=llm)
30
 
 
25
  max_new_tokens=4096,
26
  temperature=0.5,
27
  do_sample=False,
28
+ return_full_text=True,
29
  )
30
  llm_engine_hf = ChatHuggingFace(llm=llm)
31