Baskar2005 commited on
Commit
7a4d3b0
1 Parent(s): aba6195

Update incompletesentencefinder.py

Browse files
Files changed (1) hide show
  1. incompletesentencefinder.py +2 -2
incompletesentencefinder.py CHANGED
@@ -52,8 +52,8 @@ class IncompleteSentenceFinder:
52
  max_tokens=1000,
53
  temperature=0
54
  )
55
- response = chat_completion.choices[0].message.content
56
- return response
57
 
58
  def get_incomplete_sentence(self,pdf_file) -> str:
59
 
 
52
  max_tokens=1000,
53
  temperature=0
54
  )
55
+ response = chat_completion.choices[0].message.content
56
+ return response
57
 
58
  def get_incomplete_sentence(self,pdf_file) -> str:
59