phyloforfun commited on
Commit
eb76783
1 Parent(s): a05f4a6

Major update. Support for 15 LLMs, World Flora Online taxonomy validation, geolocation, 2 OCR methods, significant UI changes, stability improvements, consistent JSON parsing

Browse files
Files changed (1) hide show
  1. vouchervision/API_validation.py +1 -1
vouchervision/API_validation.py CHANGED
@@ -290,7 +290,7 @@ class APIvalidation:
290
  print(f"Immediate [{e}]")
291
  return results
292
 
293
- def report_api_key_status(self, is_hf):
294
  missing_keys = []
295
  present_keys = []
296
 
 
290
  print(f"Immediate [{e}]")
291
  return results
292
 
293
+ def report_api_key_status(self):
294
  missing_keys = []
295
  present_keys = []
296