(fix:openai) image uplads, use lambda in process_files

This commit is contained in:
ManishMadan2882
2025-04-18 18:27:02 +05:30
parent 5aa51f5f36
commit c8efef8f04
3 changed files with 15 additions and 20 deletions

View File

@@ -100,4 +100,4 @@ class LocalStorage(BaseStorage):
if not os.path.exists(full_path):
raise FileNotFoundError(f"File not found: {full_path}")
return processor_func(file_path=full_path, **kwargs)
return processor_func(local_path=full_path, **kwargs)