(base) PS D:\anaconda_win> .\open-webui.ps1 Loading WEBUI_SECRET_KEY from file, not provided as an environment variable. Loading WEBUI_SECRET_KEY from D:\anaconda_win\.webui_secret_key INFO [alembic.runtime.migration] Context impl SQLiteImpl. INFO [alembic.runtime.migration] Will assume non-transactional DDL. WARNI [open_webui.env] WARNING: CORS_ALLOW_ORIGIN IS SET TO '*' - NOT RECOMMENDED FOR PRODUCTION DEPLOYMENTS. C:\Users\izuts\anaconda3\envs\open-webui\Lib\site-packages\pydub\utils.py:170: RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work warn("Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work", RuntimeWarning) WARNI [langchain_community.utils.user_agent] USER_AGENT environment variable not set, consider setting it to identify your requests. ██████╗ ██████╗ ███████╗███╗ ██╗ ██╗ ██╗███████╗██████╗ ██╗ ██╗██╗ ██╔═══██╗██╔══██╗██╔════╝████╗ ██║ ██║ ██║██╔════╝██╔══██╗██║ ██║██║ ██║ ██║██████╔╝█████╗ ██╔██╗ ██║ ██║ █╗ ██║█████╗ ██████╔╝██║ ██║██║ ██║ ██║██╔═══╝ ██╔══╝ ██║╚██╗██║ ██║███╗██║██╔══╝ ██╔══██╗██║ ██║██║ ╚██████╔╝██║ ███████╗██║ ╚████║ ╚███╔███╔╝███████╗██████╔╝╚██████╔╝██║ ╚═════╝ ╚═╝ ╚══════╝╚═╝ ╚═══╝ ╚══╝╚══╝ ╚══════╝╚═════╝ ╚═════╝ ╚═╝ v0.9.6 - building the best AI user interface. https://github.com/open-webui/open-webui Fetching 30 files: 100%|█████████████████████████████████████████████████████████████| 30/30 [00:00<00:00, 9986.44it/s] Download complete: : 0.00B [00:00, ?B/s] | 0/30 [00:00 return [UserModel.model_validate(user) for user in users] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\izuts\anaconda3\envs\open-webui\Lib\site-packages\pydantic\main.py", line 716, in model_validate return cls.__pydantic_validator__.validate_python( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pydantic_core._pydantic_core.ValidationError: 1 validation error for UserModel settings Input should be a valid dictionary or instance of UserSettings [type=model_type, input_value='{"ui": {"version": "0.6....s": ["gemma3:latest"]}}', input_type=str] For further information visit https://errors.pydantic.dev/2.12/v/model_type Application startup failed. Exiting. (open-webui) PS D:\anaconda_win>