mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
wip
This commit is contained in:
@@ -7,7 +7,7 @@ from functools import update_wrapper, partial
|
||||
from langchain_core.utils.function_calling import convert_to_openai_function
|
||||
from open_webui.models.tools import Tools
|
||||
from open_webui.models.users import UserModel
|
||||
from backend.open_webui.utils.plugin import load_tools_module_by_id
|
||||
from open_webui.utils.plugin import load_tools_module_by_id
|
||||
from pydantic import BaseModel, Field, create_model
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
Reference in New Issue
Block a user