Neurolingua commited on
Commit
5eda696
·
verified ·
1 Parent(s): 1ad5761

Update other_function.py

Browse files
Files changed (1) hide show
  1. other_function.py +1 -1
other_function.py CHANGED
@@ -191,7 +191,7 @@ def extract_text_from_pdf(pdf_path):
191
  return pdf_text
192
 
193
 
194
- def respond_pdf(pdf_text=pdf_text,query):
195
  if
196
  res = ''
197
  for chunk in AI71(AI71_API_KEY).chat.completions.create(
 
191
  return pdf_text
192
 
193
 
194
+ def respond_pdf(extracted_text=pdf_text,query):
195
  if
196
  res = ''
197
  for chunk in AI71(AI71_API_KEY).chat.completions.create(