mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 16:43:16 +00:00
(fix:openai) image uplads, use lambda in process_files
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user