Загрузка данных
((venv) ) dartphoenix-pc@dartphoenix-pc-B450M-HDV-R4-0:~/open-webui$ open-webui serve
Loading WEBUI_SECRET_KEY from file, not provided as an environment variable.
Loading WEBUI_SECRET_KEY from /home/dartphoenix-pc/open-webui/.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.
WARNI [langchain_community.utils.user_agent] USER_AGENT environment variable not set, consider setting it to identify your requests.
/home/dartphoenix-pc/open-webui/venv/lib/python3.12/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)
██████╗ ██████╗ ███████╗███╗ ██╗ ██╗ ██╗███████╗██████╗ ██╗ ██╗██╗
██╔═══██╗██╔══██╗██╔════╝████╗ ██║ ██║ ██║██╔════╝██╔══██╗██║ ██║██║
██║ ██║██████╔╝█████╗ ██╔██╗ ██║ ██║ █╗ ██║█████╗ ██████╔╝██║ ██║██║
██║ ██║██╔═══╝ ██╔══╝ ██║╚██╗██║ ██║███╗██║██╔══╝ ██╔══██╗██║ ██║██║
╚██████╔╝██║ ███████╗██║ ╚████║ ╚███╔███╔╝███████╗██████╔╝╚██████╔╝██║
╚═════╝ ╚═╝ ╚══════╝╚═╝ ╚═══╝ ╚══╝╚══╝ ╚══════╝╚═════╝ ╚═════╝ ╚═╝
v0.11.0 - building the best AI user interface.
https://github.com/open-webui/open-webui
INFO: Started server process [19346]
INFO: Waiting for application startup.
2026-08-30 04:16:00.932 | INFO | open_webui.utils.logger:start_logger:218 - GLOBAL_LOG_LEVEL: INFO
2026-08-30 04:16:35.716 | INFO | sentence_transformers.base.model:_load_modules:992 - Loading SentenceTransformer model from /home/dartphoenix-pc/.cache/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/snapshots/1110a243fdf4706b3f48f1d95db1a4f5529b4d41.
Loading weights: 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 103/103 [00:00<00:00, 12220.34it/s]
BertModel LOAD REPORT from: /home/dartphoenix-pc/.cache/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/snapshots/1110a243fdf4706b3f48f1d95db1a4f5529b4d41
Key | Status | Details
------------------------+------------+--------
embeddings.position_ids | UNEXPECTED |
Notes:
- UNEXPECTED: can be ignored when loading from different task/architecture; not ok if you expect identical arch.
2026-08-30 04:16:35.823 | INFO | open_webui.main:lifespan:359 - Installing external dependencies of functions and tools...
2026-08-30 04:16:35.828 | INFO | open_webui.utils.plugin:install_frontmatter_requirements:450 - No requirements found in frontmatter.
2026-08-30 04:16:35.828 | INFO | open_webui.utils.automations:scheduler_worker_loop:213 - Scheduler worker started (timer poll interval: 1s, scheduler poll interval: 10s)
[Errno 98] error while attempting to bind on address ('0.0.0.0', 8080): address already in use
((venv) ) dartphoenix-pc@dartphoenix-pc-B450M-HDV-R4-0:~/open-webui$ ollama list
NAME ID SIZE MODIFIED
nomic-embed-text:latest 0a109f422b47 274 MB 5 days ago
deepseek-r1:8b b1d4b0574e01 4.9 GB 5 days ago
((venv) ) dartphoenix-pc@dartphoenix-pc-B450M-HDV-R4-0:~/open-webui$ docker restart open-webui
open-webui
((venv) ) dartphoenix-pc@dartphoenix-pc-B450M-HDV-R4-0:~/open-webui$ open-webui serve
Loading WEBUI_SECRET_KEY from file, not provided as an environment variable.
Loading WEBUI_SECRET_KEY from /home/dartphoenix-pc/open-webui/.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.
WARNI [langchain_community.utils.user_agent] USER_AGENT environment variable not set, consider setting it to identify your requests.
/home/dartphoenix-pc/open-webui/venv/lib/python3.12/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)
██████╗ ██████╗ ███████╗███╗ ██╗ ██╗ ██╗███████╗██████╗ ██╗ ██╗██╗
██╔═══██╗██╔══██╗██╔════╝████╗ ██║ ██║ ██║██╔════╝██╔══██╗██║ ██║██║
██║ ██║██████╔╝█████╗ ██╔██╗ ██║ ██║ █╗ ██║█████╗ ██████╔╝██║ ██║██║
██║ ██║██╔═══╝ ██╔══╝ ██║╚██╗██║ ██║███╗██║██╔══╝ ██╔══██╗██║ ██║██║
╚██████╔╝██║ ███████╗██║ ╚████║ ╚███╔███╔╝███████╗██████╔╝╚██████╔╝██║
╚═════╝ ╚═╝ ╚══════╝╚═╝ ╚═══╝ ╚══╝╚══╝ ╚══════╝╚═════╝ ╚═════╝ ╚═╝
v0.11.0 - building the best AI user interface.
https://github.com/open-webui/open-webui
INFO: Started server process [22273]
INFO: Waiting for application startup.
2026-08-30 01:27:16.783 | INFO | open_webui.utils.logger:start_logger:218 - GLOBAL_LOG_LEVEL: INFO
2026-08-30 01:27:17.310 | INFO | httpx._client:_send_single_request:1025 - HTTP Request: GET https://huggingface.co/api/agent-harnesses "HTTP/1.1 200 OK"
2026-08-30 01:27:17.517 | INFO | httpx._client:_send_single_request:1025 - HTTP Request: GET https://huggingface.co/api/models/sentence-transformers/all-MiniLM-L6-v2/revision/main "HTTP/1.1 200 OK"
Fetching 30 files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 30/30 [00:00<00:00, 3577.43it/s]
Download complete: : | 0.00B 2026-08-30 01:27:17.535 | INFO | sentence_transformers.base.model:_load_modules:992 - Loading SentenceTransformer model from /home/dartphoenix-pc/.cache/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/snapshots/1110a243fdf4706b3f48f1d95db1a4f5529b4d41.
Download complete: : | 0.00B
Reconstruction complete: | | 0.00B / 0.00B
Loading weights: 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 103/103 [00:00<00:00, 10331.05it/s]
BertModel LOAD REPORT from: /home/dartphoenix-pc/.cache/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/snapshots/1110a243fdf4706b3f48f1d95db1a4f5529b4d41
Key | Status | Details
------------------------+------------+--------
embeddings.position_ids | UNEXPECTED |
Notes:
- UNEXPECTED: can be ignored when loading from different task/architecture; not ok if you expect identical arch.
2026-08-30 01:27:17.645 | INFO | open_webui.main:lifespan:359 - Installing external dependencies of functions and tools...
2026-08-30 01:27:17.650 | INFO | open_webui.utils.plugin:install_frontmatter_requirements:450 - No requirements found in frontmatter.
2026-08-30 01:27:17.651 | INFO | open_webui.utils.automations:scheduler_worker_loop:213 - Scheduler worker started (timer poll interval: 1s, scheduler poll interval: 10s)
[Errno 98] error while attempting to bind on address ('0.0.0.0', 8080): address already in use
((venv) ) dartphoenix-pc@dartphoenix-pc-B450M-HDV-R4-0:~/open-webui$