This commit is contained in:
Timothy Jaeryang Baek
2025-07-29 23:45:25 +04:00
parent b8912aa671
commit b8da4a8cd8
4 changed files with 85 additions and 18 deletions

View File

@@ -102,7 +102,6 @@ from open_webui.models.users import UserModel, Users
from open_webui.models.chats import Chats
from open_webui.config import (
LICENSE_KEY,
# Ollama
ENABLE_OLLAMA_API,
OLLAMA_BASE_URLS,
@@ -395,6 +394,7 @@ from open_webui.config import (
reset_config,
)
from open_webui.env import (
LICENSE_KEY,
AUDIT_EXCLUDED_PATHS,
AUDIT_LOG_LEVEL,
CHANGELOG,