diff --git a/app/__pycache__/__init__.cpython-312.pyc b/app/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 96a8c63..0000000 Binary files a/app/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/app/__pycache__/main.cpython-312.pyc b/app/__pycache__/main.cpython-312.pyc deleted file mode 100644 index 22e3cc5..0000000 Binary files a/app/__pycache__/main.cpython-312.pyc and /dev/null differ diff --git a/app/clients/__pycache__/__init__.cpython-312.pyc b/app/clients/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 747081c..0000000 Binary files a/app/clients/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/app/clients/llm/__pycache__/__init__.cpython-312.pyc b/app/clients/llm/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 5557668..0000000 Binary files a/app/clients/llm/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/app/clients/llm/__pycache__/base.cpython-312.pyc b/app/clients/llm/__pycache__/base.cpython-312.pyc deleted file mode 100644 index f09bdaa..0000000 Binary files a/app/clients/llm/__pycache__/base.cpython-312.pyc and /dev/null differ diff --git a/app/clients/llm/__pycache__/zhipuai_client.cpython-312.pyc b/app/clients/llm/__pycache__/zhipuai_client.cpython-312.pyc deleted file mode 100644 index f1146fd..0000000 Binary files a/app/clients/llm/__pycache__/zhipuai_client.cpython-312.pyc and /dev/null differ diff --git a/app/clients/storage/__pycache__/__init__.cpython-312.pyc b/app/clients/storage/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 56c457d..0000000 Binary files a/app/clients/storage/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/app/clients/storage/__pycache__/base.cpython-312.pyc b/app/clients/storage/__pycache__/base.cpython-312.pyc deleted file mode 100644 index ce7f4b2..0000000 Binary files a/app/clients/storage/__pycache__/base.cpython-312.pyc and /dev/null differ diff --git a/app/clients/storage/__pycache__/rustfs_client.cpython-312.pyc b/app/clients/storage/__pycache__/rustfs_client.cpython-312.pyc deleted file mode 100644 index f34f312..0000000 Binary files a/app/clients/storage/__pycache__/rustfs_client.cpython-312.pyc and /dev/null differ diff --git a/app/core/__pycache__/__init__.cpython-312.pyc b/app/core/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index aa06ba8..0000000 Binary files a/app/core/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/app/core/__pycache__/config.cpython-312.pyc b/app/core/__pycache__/config.cpython-312.pyc deleted file mode 100644 index 9ed37a1..0000000 Binary files a/app/core/__pycache__/config.cpython-312.pyc and /dev/null differ diff --git a/app/core/__pycache__/dependencies.cpython-312.pyc b/app/core/__pycache__/dependencies.cpython-312.pyc deleted file mode 100644 index f8a413c..0000000 Binary files a/app/core/__pycache__/dependencies.cpython-312.pyc and /dev/null differ diff --git a/app/core/__pycache__/exceptions.cpython-312.pyc b/app/core/__pycache__/exceptions.cpython-312.pyc deleted file mode 100644 index 48fd955..0000000 Binary files a/app/core/__pycache__/exceptions.cpython-312.pyc and /dev/null differ diff --git a/app/core/__pycache__/json_utils.cpython-312.pyc b/app/core/__pycache__/json_utils.cpython-312.pyc deleted file mode 100644 index 7bd9150..0000000 Binary files a/app/core/__pycache__/json_utils.cpython-312.pyc and /dev/null differ diff --git a/app/core/__pycache__/logging.cpython-312.pyc b/app/core/__pycache__/logging.cpython-312.pyc deleted file mode 100644 index a702a7a..0000000 Binary files a/app/core/__pycache__/logging.cpython-312.pyc and /dev/null differ diff --git a/app/models/__pycache__/__init__.cpython-312.pyc b/app/models/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index e33dd66..0000000 Binary files a/app/models/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/app/models/__pycache__/image_models.cpython-312.pyc b/app/models/__pycache__/image_models.cpython-312.pyc deleted file mode 100644 index 35c1d1e..0000000 Binary files a/app/models/__pycache__/image_models.cpython-312.pyc and /dev/null differ diff --git a/app/models/__pycache__/text_models.cpython-312.pyc b/app/models/__pycache__/text_models.cpython-312.pyc deleted file mode 100644 index c24b9e0..0000000 Binary files a/app/models/__pycache__/text_models.cpython-312.pyc and /dev/null differ diff --git a/app/models/__pycache__/video_models.cpython-312.pyc b/app/models/__pycache__/video_models.cpython-312.pyc deleted file mode 100644 index 5792e1c..0000000 Binary files a/app/models/__pycache__/video_models.cpython-312.pyc and /dev/null differ diff --git a/app/routers/__pycache__/__init__.cpython-312.pyc b/app/routers/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index f76d015..0000000 Binary files a/app/routers/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/app/routers/__pycache__/finetune.cpython-312.pyc b/app/routers/__pycache__/finetune.cpython-312.pyc deleted file mode 100644 index 9f63d23..0000000 Binary files a/app/routers/__pycache__/finetune.cpython-312.pyc and /dev/null differ diff --git a/app/routers/__pycache__/image.cpython-312.pyc b/app/routers/__pycache__/image.cpython-312.pyc deleted file mode 100644 index 513b0f1..0000000 Binary files a/app/routers/__pycache__/image.cpython-312.pyc and /dev/null differ diff --git a/app/routers/__pycache__/qa.cpython-312.pyc b/app/routers/__pycache__/qa.cpython-312.pyc deleted file mode 100644 index d735a8c..0000000 Binary files a/app/routers/__pycache__/qa.cpython-312.pyc and /dev/null differ diff --git a/app/routers/__pycache__/text.cpython-312.pyc b/app/routers/__pycache__/text.cpython-312.pyc deleted file mode 100644 index 0cc5fcb..0000000 Binary files a/app/routers/__pycache__/text.cpython-312.pyc and /dev/null differ diff --git a/app/routers/__pycache__/video.cpython-312.pyc b/app/routers/__pycache__/video.cpython-312.pyc deleted file mode 100644 index c3a3f06..0000000 Binary files a/app/routers/__pycache__/video.cpython-312.pyc and /dev/null differ diff --git a/app/services/__pycache__/__init__.cpython-312.pyc b/app/services/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index f297b10..0000000 Binary files a/app/services/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/app/services/__pycache__/image_service.cpython-312.pyc b/app/services/__pycache__/image_service.cpython-312.pyc deleted file mode 100644 index 334c011..0000000 Binary files a/app/services/__pycache__/image_service.cpython-312.pyc and /dev/null differ diff --git a/app/services/__pycache__/text_service.cpython-312.pyc b/app/services/__pycache__/text_service.cpython-312.pyc deleted file mode 100644 index f2a5aa7..0000000 Binary files a/app/services/__pycache__/text_service.cpython-312.pyc and /dev/null differ diff --git a/app/services/__pycache__/video_service.cpython-312.pyc b/app/services/__pycache__/video_service.cpython-312.pyc deleted file mode 100644 index d6ef12d..0000000 Binary files a/app/services/__pycache__/video_service.cpython-312.pyc and /dev/null differ diff --git a/tests/__pycache__/__init__.cpython-312.pyc b/tests/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 3cb3690..0000000 Binary files a/tests/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/tests/__pycache__/conftest.cpython-312-pytest-9.0.3.pyc b/tests/__pycache__/conftest.cpython-312-pytest-9.0.3.pyc deleted file mode 100644 index d04d8c6..0000000 Binary files a/tests/__pycache__/conftest.cpython-312-pytest-9.0.3.pyc and /dev/null differ diff --git a/tests/__pycache__/test_config.cpython-312-pytest-9.0.3.pyc b/tests/__pycache__/test_config.cpython-312-pytest-9.0.3.pyc deleted file mode 100644 index 1652cf6..0000000 Binary files a/tests/__pycache__/test_config.cpython-312-pytest-9.0.3.pyc and /dev/null differ diff --git a/tests/__pycache__/test_image_router.cpython-312-pytest-9.0.3.pyc b/tests/__pycache__/test_image_router.cpython-312-pytest-9.0.3.pyc deleted file mode 100644 index a38db64..0000000 Binary files a/tests/__pycache__/test_image_router.cpython-312-pytest-9.0.3.pyc and /dev/null differ diff --git a/tests/__pycache__/test_image_service.cpython-312-pytest-9.0.3.pyc b/tests/__pycache__/test_image_service.cpython-312-pytest-9.0.3.pyc deleted file mode 100644 index 161aaaf..0000000 Binary files a/tests/__pycache__/test_image_service.cpython-312-pytest-9.0.3.pyc and /dev/null differ diff --git a/tests/__pycache__/test_llm_client.cpython-312-pytest-9.0.3.pyc b/tests/__pycache__/test_llm_client.cpython-312-pytest-9.0.3.pyc deleted file mode 100644 index 9f328ca..0000000 Binary files a/tests/__pycache__/test_llm_client.cpython-312-pytest-9.0.3.pyc and /dev/null differ diff --git a/tests/__pycache__/test_storage_client.cpython-312-pytest-9.0.3.pyc b/tests/__pycache__/test_storage_client.cpython-312-pytest-9.0.3.pyc deleted file mode 100644 index 890bd18..0000000 Binary files a/tests/__pycache__/test_storage_client.cpython-312-pytest-9.0.3.pyc and /dev/null differ diff --git a/tests/__pycache__/test_text_router.cpython-312-pytest-9.0.3.pyc b/tests/__pycache__/test_text_router.cpython-312-pytest-9.0.3.pyc deleted file mode 100644 index beb93f2..0000000 Binary files a/tests/__pycache__/test_text_router.cpython-312-pytest-9.0.3.pyc and /dev/null differ diff --git a/tests/__pycache__/test_text_service.cpython-312-pytest-9.0.3.pyc b/tests/__pycache__/test_text_service.cpython-312-pytest-9.0.3.pyc deleted file mode 100644 index 406e9ea..0000000 Binary files a/tests/__pycache__/test_text_service.cpython-312-pytest-9.0.3.pyc and /dev/null differ diff --git a/tests/__pycache__/test_video_router.cpython-312-pytest-9.0.3.pyc b/tests/__pycache__/test_video_router.cpython-312-pytest-9.0.3.pyc deleted file mode 100644 index 8d9e034..0000000 Binary files a/tests/__pycache__/test_video_router.cpython-312-pytest-9.0.3.pyc and /dev/null differ diff --git a/tests/__pycache__/test_video_service.cpython-312-pytest-9.0.3.pyc b/tests/__pycache__/test_video_service.cpython-312-pytest-9.0.3.pyc deleted file mode 100644 index 6c753b4..0000000 Binary files a/tests/__pycache__/test_video_service.cpython-312-pytest-9.0.3.pyc and /dev/null differ