jaelin215 commited on
Commit
55d94a5
1 Parent(s): b3080b9

Removed function to remove incomplete sentence

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -317,7 +317,7 @@ if user_message:
317
  )
318
 
319
  llm_response = remove_html_tags(llm_response)
320
- llm_response = remove_incomplete_sentence(llm_response)
321
 
322
  if show_question:
323
  llm_reponse_with_quesiton = f"{llm_response}\n\n{question}"
 
317
  )
318
 
319
  llm_response = remove_html_tags(llm_response)
320
+ # llm_response = remove_incomplete_sentence(llm_response)
321
 
322
  if show_question:
323
  llm_reponse_with_quesiton = f"{llm_response}\n\n{question}"