diff --git a/libs/kotaemon/kotaemon/loaders/utils/adobe.py b/libs/kotaemon/kotaemon/loaders/utils/adobe.py index a780c452..f1adcd5a 100644 --- a/libs/kotaemon/kotaemon/loaders/utils/adobe.py +++ b/libs/kotaemon/kotaemon/loaders/utils/adobe.py @@ -15,8 +15,6 @@ from kotaemon.loaders.utils.gpt4v import generate_gpt4v -logging.basicConfig(level=os.environ.get("LOGLEVEL", "INFO")) - def request_adobe_service(file_path: str, output_path: str = "") -> str: """Main function to call the adobe service, and unzip the results.