Timothy Jaeryang Baek hai 4 semanas
pai
achega
0531ca6530
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      backend/open_webui/models/tools.py

+ 2 - 0
backend/open_webui/models/tools.py

@@ -4,6 +4,8 @@ from typing import Optional
 
 from open_webui.internal.db import Base, JSONField, get_db
 from open_webui.models.users import Users, UserResponse
+from open_webui.models.groups import Groups
+
 from open_webui.env import SRC_LOG_LEVELS
 from pydantic import BaseModel, ConfigDict
 from sqlalchemy import BigInteger, Column, String, Text, JSON