Browse Source

feat: Add Google Drive config values to /api/config endpoint

Taylor Wilsdon (aider) 4 tháng trước cách đây
mục cha
commit
f078bbf006
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      backend/open_webui/main.py

+ 2 - 0
backend/open_webui/main.py

@@ -88,6 +88,8 @@ from open_webui.config import (
     WEBHOOK_URL,
     WEBUI_AUTH,
     WEBUI_NAME,
+    GOOGLE_DRIVE_CLIENT_ID,
+    GOOGLE_DRIVE_API_KEY,
     AppConfig,
     reset_config,
 )