issue: RAG_FILE_MAX_COUNT does not apply to prompts through the UI #5511

Closed
opened 2025-11-11 16:23:09 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @KyleMasterson on GitHub (Jun 11, 2025).

Originally assigned to: @jackthgu on GitHub.

Check Existing Issues

  • I have searched the existing issues and discussions.
  • I am using the latest version of Open WebUI.

Installation Method

Docker

Open WebUI Version

v0.6.13

Ollama Version (if applicable)

No response

Operating System

ghcr.io/open-webui/open-webui

Browser (if applicable)

Version 137.0.7151.69 (Official Build) (arm64)

Confirmation

  • I have read and followed all instructions in README.md.
  • I am using the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • I have included the Docker container logs.
  • I have provided every relevant configuration, setting, and environment variable used in my setup.
  • I have clearly listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc).
  • I have documented step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation. My steps:
  • Start with the initial platform/version/OS and dependencies used,
  • Specify exact install/launch/configure commands,
  • List URLs visited, user input (incl. example values/emails/passwords if needed),
  • Describe all options and toggles enabled or changed,
  • Include any files or environmental changes,
  • Identify the expected and actual result at each stage,
  • Ensure any reasonably skilled user can follow and hit the same issue.

Expected Behavior

Providing RAG_FILE_MAX_COUNT should limit the maximum number of files that can be uploaded in a prompt

Actual Behavior

Problem

Providing RAG_FILE_MAX_COUNT does not limit the maximum number of files that can be uploaded in a prompt.

Impact

Despite the fact that we have a RAG_FILE_MAX_SIZE of 10mb, users are able to upload an unlimited number of files, rendering this file size limit useless. To address this, we attempted to set the RAG_FILE_MAX_COUNT which we hoped would limit the single prompt max file upload to (10mb * file count). However, this is not the case, as file upload counts are still unbounded.

These unbounded file uploads are ultimately overwhelming our open-webui instance and causing frequent outages

Steps to Reproduce

  1. Install open-webui as a helm chart to a kubernetes cluster
  2. Provide the following environment variables:
  - name: RAG_FILE_MAX_SIZE
    value: "10"
  - name: RAG_FILE_MAX_COUNT
    value: "5"
  1. Provide more than 5 files in a prompt
  2. The upload will be permitted

Logs & Screenshots

Image

Container logs:

2025-06-11 14:38:49.913 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 134.231.32.129:0 - "POST /api/v1/chats/379a7499-1dbf-4903-93f7-cddcd1124b6f HTTP/1.1" 200 - {}
2025-06-11 14:38:50.052 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 134.231.32.129:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-06-11 14:38:51.372 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 45.2.194.216:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:38:51.601 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 159.2.153.77:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:38:52.484 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 98.143.242.239:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:38:55.933 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 34.224.47.171:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:38:58.418 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 174.113.8.47:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:38:58.551 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 159.2.212.29:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:38:58.800 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /static/logo.png HTTP/1.1" 200 - {}
2025-06-11 14:38:58.926 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /static/logo.png HTTP/1.1" 200 - {}
2025-06-11 14:39:00.037 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /static/logo.png HTTP/1.1" 200 - {}
2025-06-11 14:39:00.129 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /static/logo.png HTTP/1.1" 200 - {}
2025-06-11 14:39:03.852 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 34.224.47.171:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:39:03.856 | INFO     | open_webui.routers.files:upload_file:94 - file.content_type: text/csv - {}
2025-06-11 14:39:03.857 | INFO     | open_webui.routers.files:upload_file:94 - file.content_type: text/csv - {}
2025-06-11 14:39:03.908 | INFO     | open_webui.routers.files:upload_file:94 - file.content_type: text/csv - {}
2025-06-11 14:39:03.915 | INFO     | open_webui.routers.files:upload_file:94 - file.content_type: text/csv - {}
2025-06-11 14:39:03.916 | INFO     | open_webui.routers.files:upload_file:94 - file.content_type: text/csv - {}
2025-06-11 14:39:03.919 | INFO     | open_webui.routers.files:upload_file:94 - file.content_type: text/csv - {}
2025-06-11 14:39:03.926 | INFO     | open_webui.routers.files:upload_file:94 - file.content_type: text/csv - {}
2025-06-11 14:39:03.932 | INFO     | open_webui.routers.files:upload_file:94 - file.content_type: text/csv - {}
2025-06-11 14:39:03.958 | INFO     | open_webui.routers.files:upload_file:94 - file.content_type: text/csv - {}
2025-06-11 14:39:04.034 | INFO     | open_webui.routers.files:upload_file:94 - file.content_type: text/csv - {}
2025-06-11 14:39:04.038 | INFO     | open_webui.routers.files:upload_file:94 - file.content_type: text/csv - {}
2025-06-11 14:39:04.048 | INFO     | open_webui.routers.files:upload_file:94 - file.content_type: text/csv - {}
2025-06-11 14:39:04.054 | INFO     | open_webui.routers.files:upload_file:94 - file.content_type: text/csv - {}
2025-06-11 14:39:04.085 | INFO     | open_webui.routers.files:upload_file:94 - file.content_type: text/csv - {}
2025-06-11 14:39:04.086 | INFO     | open_webui.routers.files:upload_file:94 - file.content_type: text/csv - {}
2025-06-11 14:39:04.087 | INFO     | open_webui.routers.files:upload_file:94 - file.content_type: text/csv - {}
2025-06-11 14:39:04.114 | INFO     | open_webui.routers.files:upload_file:94 - file.content_type: text/csv - {}
2025-06-11 14:39:04.116 | INFO     | open_webui.routers.files:upload_file:94 - file.content_type: text/csv - {}
2025-06-11 14:39:04.127 | INFO     | open_webui.routers.files:upload_file:94 - file.content_type: text/csv - {}
2025-06-11 14:39:04.160 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/files/ HTTP/1.1" 200 - {}
2025-06-11 14:39:04.235 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/files/ HTTP/1.1" 200 - {}
2025-06-11 14:39:04.347 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/files/ HTTP/1.1" 200 - {}
2025-06-11 14:39:04.354 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/files/ HTTP/1.1" 200 - {}
2025-06-11 14:39:04.429 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/files/ HTTP/1.1" 200 - {}
2025-06-11 14:39:04.438 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/files/ HTTP/1.1" 200 - {}
2025-06-11 14:39:04.442 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/files/ HTTP/1.1" 200 - {}
2025-06-11 14:39:04.448 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/files/ HTTP/1.1" 200 - {}
2025-06-11 14:39:04.454 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/files/ HTTP/1.1" 200 - {}
2025-06-11 14:39:04.466 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/files/ HTTP/1.1" 200 - {}
2025-06-11 14:39:04.479 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/files/ HTTP/1.1" 200 - {}
2025-06-11 14:39:04.480 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/files/ HTTP/1.1" 200 - {}
2025-06-11 14:39:04.482 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/files/ HTTP/1.1" 200 - {}
2025-06-11 14:39:04.518 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 142.162.45.185:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:39:04.548 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/files/ HTTP/1.1" 200 - {}
2025-06-11 14:39:04.549 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/files/ HTTP/1.1" 200 - {}
2025-06-11 14:39:04.556 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/files/ HTTP/1.1" 200 - {}
2025-06-11 14:39:04.583 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/files/ HTTP/1.1" 200 - {}
2025-06-11 14:39:04.585 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/files/ HTTP/1.1" 200 - {}
2025-06-11 14:39:04.589 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/files/ HTTP/1.1" 200 - {}
2025-06-11 14:39:05.575 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 159.2.242.222:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:39:05.576 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 159.2.242.222:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:39:06.157 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 98.143.242.239:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:39:07.001 | INFO     | open_webui.routers.files:upload_file:94 - file.content_type: text/csv - {}
2025-06-11 14:39:08.218 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/files/ HTTP/1.1" 200 - {}
2025-06-11 14:39:09.959 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 134.231.32.129:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:39:10.196 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:39:10.196 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:39:14.060 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 76.64.210.248:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:39:14.060 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 76.64.210.248:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:39:14.576 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 45.167.244.51:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:39:14.577 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 45.167.244.51:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:39:14.579 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 45.167.244.51:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:39:18.764 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /static/favicon.png HTTP/1.1" 200 - {}
2025-06-11 14:39:19.024 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 174.118.238.106:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:39:19.389 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/chats/8735d6c9-ce46-4c47-a507-c784be0d7cb2 HTTP/1.1" 200 - {}
2025-06-11 14:39:19.417 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 24.142.51.39:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:39:19.944 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-06-11 14:39:20.241 | INFO     | open_webui.routers.openai:get_all_models:391 - get_all_models() - {}
2025-06-11 14:39:20.420 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 173.32.169.122:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:39:21.739 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /static/logo.png HTTP/1.1" 200 - {}
2025-06-11 14:39:21.827 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /static/logo.png HTTP/1.1" 200 - {}
2025-06-11 14:39:22.925 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /static/logo.png HTTP/1.1" 200 - {}
2025-06-11 14:39:23.031 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /static/logo.png HTTP/1.1" 200 - {}
2025-06-11 14:39:25.584 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /static/logo.png HTTP/1.1" 200 - {}
2025-06-11 14:39:25.692 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /static/logo.png HTTP/1.1" 200 - {}
2025-06-11 14:39:26.808 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /static/logo.png HTTP/1.1" 200 - {}
2025-06-11 14:39:26.898 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /static/logo.png HTTP/1.1" 200 - {}
2025-06-11 14:39:26.979 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 34.224.47.171:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:39:26.980 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 34.224.47.171:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:39:28.452 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /static/logo.png HTTP/1.1" 200 - {}
2025-06-11 14:39:28.538 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /static/logo.png HTTP/1.1" 200 - {}
2025-06-11 14:39:28.578 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:39:29.620 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /static/logo.png HTTP/1.1" 200 - {}
2025-06-11 14:39:29.708 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /static/logo.png HTTP/1.1" 200 - {}
2025-06-11 14:39:30.702 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 173.34.234.162:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:39:30.703 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 173.34.234.162:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:39:30.704 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 173.34.234.162:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:39:32.552 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /static/favicon.png HTTP/1.1" 200 - {}
2025-06-11 14:39:33.083 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 99.229.23.240:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:39:33.135 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 98.143.242.239:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:39:33.906 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 34.224.47.171:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:39:35.045 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 98.143.242.239:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:39:35.046 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 98.143.242.239:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:39:35.488 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 24.150.79.67:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:39:36.063 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/chat/completions HTTP/1.1" 200 - {}
2025-06-11 14:39:36.068 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:39:36.210 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-06-11 14:39:38.950 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:39:39.398 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 98.143.242.239:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:39:40.836 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 24.150.79.67:0 - "GET /api/v1/chats/6b6fac06-ffce-497d-ab7c-2cb5f1aece84 HTTP/1.1" 200 - {}
2025-06-11 14:39:41.493 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 156.57.180.81:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:39:43.650 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/chats/8aeac795-a944-4834-b140-eb5a9efe030a HTTP/1.1" 200 - {}
2025-06-11 14:39:43.694 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 142.134.84.121:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:39:44.108 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-06-11 14:39:44.432 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 142.162.21.15:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:39:46.125 | INFO     | open_webui.routers.openai:get_all_models:391 - get_all_models() - {}
2025-06-11 14:39:47.829 | INFO     | open_webui.routers.openai:get_all_models:391 - get_all_models() - {}
2025-06-11 14:39:49.140 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 142.68.58.55:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:39:49.212 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 190.51.7.161:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:39:50.167 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 98.143.242.239:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:39:50.194 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 98.143.242.239:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:39:51.308 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 45.2.194.216:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:39:52.488 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 98.143.242.239:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:39:57.495 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/chat/completions HTTP/1.1" 200 - {}
2025-06-11 14:39:57.990 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-06-11 14:39:58.778 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /static/logo.png HTTP/1.1" 200 - {}
2025-06-11 14:39:58.781 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 174.113.8.47:0 - "GET /_app/version.json HTTP/1.1" 200 - {}
2025-06-11 14:39:59.033 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /static/logo.png HTTP/1.1" 200 - {}
2025-06-11 14:39:59.224 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/chat/completed HTTP/1.1" 200 - {}

Chrome console logs:

user-list {user_ids: Array(82)}
MessageInput.svelte:297 Input files handler called with: (20) [File, File, File, File, File, File, File, File, File, File, File, File, File, File, File, File, File, File, File, File]
MessageInput.svelte:299 Processing file: {name: 'JIRA (1).csv', type: 'text/csv', size: 3854, extension: 'csv'}
MessageInput.svelte:299 Processing file: {name: 'JIRA (2).csv', type: 'text/csv', size: 6021, extension: 'csv'}
MessageInput.svelte:299 Processing file: {name: 'JIRA (3).csv', type: 'text/csv', size: 3796, extension: 'csv'}
MessageInput.svelte:299 Processing file: {name: 'JIRA (4).csv', type: 'text/csv', size: 3796, extension: 'csv'}
MessageInput.svelte:299 Processing file: {name: 'JIRA (5).csv', type: 'text/csv', size: 582, extension: 'csv'}
MessageInput.svelte:299 Processing file: {name: 'JIRA (6).csv', type: 'text/csv', size: 3252, extension: 'csv'}
MessageInput.svelte:299 Processing file: {name: 'JIRA (7).csv', type: 'text/csv', size: 2543, extension: 'csv'}
MessageInput.svelte:299 Processing file: {name: 'JIRA (8).csv', type: 'text/csv', size: 745, extension: 'csv'}
MessageInput.svelte:299 Processing file: {name: 'JIRA (9).csv', type: 'text/csv', size: 2230305, extension: 'csv'}
MessageInput.svelte:299 Processing file: {name: 'JIRA (10).csv', type: 'text/csv', size: 2443, extension: 'csv'}
MessageInput.svelte:299 Processing file: {name: 'JIRA (11).csv', type: 'text/csv', size: 2705, extension: 'csv'}
MessageInput.svelte:299 Processing file: {name: 'JIRA (12).csv', type: 'text/csv', size: 2328, extension: 'csv'}
MessageInput.svelte:299 Processing file: {name: 'JIRA (13).csv', type: 'text/csv', size: 4003, extension: 'csv'}
MessageInput.svelte:299 Processing file: {name: 'JIRA (14).csv', type: 'text/csv', size: 1600, extension: 'csv'}
MessageInput.svelte:299 Processing file: {name: 'JIRA (15).csv', type: 'text/csv', size: 1471, extension: 'csv'}
MessageInput.svelte:299 Processing file: {name: 'JIRA (16).csv', type: 'text/csv', size: 5351, extension: 'csv'}
MessageInput.svelte:299 Processing file: {name: 'JIRA (17).csv', type: 'text/csv', size: 2566, extension: 'csv'}
MessageInput.svelte:299 Processing file: {name: 'JIRA (18).csv', type: 'text/csv', size: 1186, extension: 'csv'}
MessageInput.svelte:299 Processing file: {name: 'JIRA (19).csv', type: 'text/csv', size: 736, extension: 'csv'}
MessageInput.svelte:299 Processing file: {name: 'JIRA.csv', type: 'text/csv', size: 2880, extension: 'csv'}
FileItemModal.svelte:36 {type: 'file', file: '', id: null, url: '', name: 'JIRA (1).csv', …}
FileItemModal.svelte:36 {type: 'file', file: '', id: null, url: '', name: 'JIRA (2).csv', …}
FileItemModal.svelte:36 {type: 'file', file: '', id: null, url: '', name: 'JIRA (3).csv', …}
FileItemModal.svelte:36 {type: 'file', file: '', id: null, url: '', name: 'JIRA (4).csv', …}
FileItemModal.svelte:36 {type: 'file', file: '', id: null, url: '', name: 'JIRA (5).csv', …}
FileItemModal.svelte:36 {type: 'file', file: '', id: null, url: '', name: 'JIRA (6).csv', …}
FileItemModal.svelte:36 {type: 'file', file: '', id: null, url: '', name: 'JIRA (7).csv', …}
FileItemModal.svelte:36 {type: 'file', file: '', id: null, url: '', name: 'JIRA (8).csv', …}
FileItemModal.svelte:36 {type: 'file', file: '', id: null, url: '', name: 'JIRA (9).csv', …}
FileItemModal.svelte:36 {type: 'file', file: '', id: null, url: '', name: 'JIRA (10).csv', …}
FileItemModal.svelte:36 {type: 'file', file: '', id: null, url: '', name: 'JIRA (11).csv', …}
FileItemModal.svelte:36 {type: 'file', file: '', id: null, url: '', name: 'JIRA (12).csv', …}
FileItemModal.svelte:36 {type: 'file', file: '', id: null, url: '', name: 'JIRA (13).csv', …}
FileItemModal.svelte:36 {type: 'file', file: '', id: null, url: '', name: 'JIRA (14).csv', …}
FileItemModal.svelte:36 {type: 'file', file: '', id: null, url: '', name: 'JIRA (15).csv', …}
FileItemModal.svelte:36 {type: 'file', file: '', id: null, url: '', name: 'JIRA (16).csv', …}
FileItemModal.svelte:36 {type: 'file', file: '', id: null, url: '', name: 'JIRA (17).csv', …}
FileItemModal.svelte:36 {type: 'file', file: '', id: null, url: '', name: 'JIRA (18).csv', …}
FileItemModal.svelte:36 {type: 'file', file: '', id: null, url: '', name: 'JIRA (19).csv', …}
FileItemModal.svelte:36 {type: 'file', file: '', id: null, url: '', name: 'JIRA.csv', …}
MessageInput.svelte:268 File upload completed: {id: 'a8ef6712-fb2e-4a15-81af-aeb07159ac0a', name: 'JIRA (5).csv', collection: undefined}
MessageInput.svelte:268 File upload completed: {id: '4d240cfa-b3cd-482b-bb78-f52c406c27b7', name: 'JIRA (15).csv', collection: undefined}
MessageInput.svelte:268 File upload completed: {id: '105f8675-050d-41cc-8516-1752b0ba2ad3', name: 'JIRA (19).csv', collection: undefined}
MessageInput.svelte:268 File upload completed: {id: '1c21ea5d-5d27-41c4-819f-21b265cd5728', name: 'JIRA (8).csv', collection: undefined}
MessageInput.svelte:268 File upload completed: {id: '68518492-beab-4413-a1a4-18b1035fa8a3', name: 'JIRA (11).csv', collection: undefined}
MessageInput.svelte:268 File upload completed: {id: '858e4dbb-81a3-4d36-8f19-aad0c7d1f99b', name: 'JIRA (14).csv', collection: undefined}
MessageInput.svelte:268 File upload completed: {id: '27f1ceb8-685e-48e3-85a6-7de7e71f9c5e', name: 'JIRA (4).csv', collection: undefined}
MessageInput.svelte:268 File upload completed: {id: 'b39047dd-a562-4dd3-ab64-0ec999d264bd', name: 'JIRA (10).csv', collection: undefined}
MessageInput.svelte:268 File upload completed: {id: 'd8776efc-272c-459f-bf47-c33a41430768', name: 'JIRA (7).csv', collection: undefined}
MessageInput.svelte:268 File upload completed: {id: '5eb73692-869f-4f56-89f0-9d5b88f01c4b', name: 'JIRA (16).csv', collection: undefined}
MessageInput.svelte:268 File upload completed: {id: '2c78e65d-42c8-4400-92b7-3d7231035543', name: 'JIRA (18).csv', collection: undefined}
MessageInput.svelte:268 File upload completed: {id: 'f4604dfa-4961-4072-bb31-2e5b70c904d4', name: 'JIRA.csv', collection: undefined}
MessageInput.svelte:268 File upload completed: {id: 'd0c33fd7-30f6-4cc6-879c-ab81faab6705', name: 'JIRA (2).csv', collection: undefined}
MessageInput.svelte:268 File upload completed: {id: '1ce32f1a-f94c-45f4-bfe1-0bc5d4a93a11', name: 'JIRA (6).csv', collection: undefined}
MessageInput.svelte:268 File upload completed: {id: '285db833-1d7b-401f-a9e6-312f1dfcce66', name: 'JIRA (1).csv', collection: undefined}
MessageInput.svelte:268 File upload completed: {id: 'b174603b-4ed6-47d4-a399-e042ca849739', name: 'JIRA (3).csv', collection: undefined}
MessageInput.svelte:268 File upload completed: {id: 'b109fb7a-9acc-46cc-bbb1-9e8d86393d54', name: 'JIRA (17).csv', collection: undefined}
MessageInput.svelte:268 File upload completed: {id: '29f02683-1413-4f08-8771-aec95bb2dd61', name: 'JIRA (12).csv', collection: undefined}
MessageInput.svelte:268 File upload completed: {id: 'edd4fd35-4101-41c0-b4c4-a81c2e0890fa', name: 'JIRA (13).csv', collection: undefined}
MessageInput.svelte:268 File upload completed: {id: 'b7236403-e0b4-4c8e-abf3-591186412611', name: 'JIRA (9).csv', collection: undefined}
+layout.svelte:113 usage {models: Array(3)}
+layout.svelte:113 usage {models: Array(3)}
+layout.svelte:113 usage {models: Array(3)}
+layout.svelte:113 usage {models: Array(3)}
+layout.svelte:113 usage {models: Array(3)}
+layout.svelte:113 usage {models: Array(3)}
+layout.svelte:113 usage {models: Array(3)}
+layout.svelte:113 usage {models: Array(3)}
+layout.svelte:113 usage {models: Array(3)}
+layout.svelte:113 usage {models: Array(3)}
+layout.svelte:113 usage {models: Array(3)}
+layout.svelte:113 usage {models: Array(3)}
Chat.svelte:1316 submitPrompt Another test 8aeac795-a944-4834-b140-eb5a9efe030a
Chat.svelte:195 saveSessionSelectedModels ['gpt-4.1'] ["gpt-4.1"]
Citations.svelte:46 sources (7) [{…}, {…}, {…}, {…}, {…}, {…}, {…}]
Citations.svelte:86 citations (7) [{…}, {…}, {…}, {…}, {…}, {…}, {…}]
FileItemModal.svelte:36 {type: 'file', file: {…}, id: '285db833-1d7b-401f-a9e6-312f1dfcce66', url: '/api/v1/files/285db833-1d7b-401f-a9e6-312f1dfcce66', name: 'JIRA (1).csv', …}
FileItemModal.svelte:36 {type: 'file', file: {…}, id: 'd0c33fd7-30f6-4cc6-879c-ab81faab6705', url: '/api/v1/files/d0c33fd7-30f6-4cc6-879c-ab81faab6705', name: 'JIRA (2).csv', …}
FileItemModal.svelte:36 {type: 'file', file: {…}, id: 'b174603b-4ed6-47d4-a399-e042ca849739', url: '/api/v1/files/b174603b-4ed6-47d4-a399-e042ca849739', name: 'JIRA (3).csv', …}
FileItemModal.svelte:36 {type: 'file', file: {…}, id: '27f1ceb8-685e-48e3-85a6-7de7e71f9c5e', url: '/api/v1/files/27f1ceb8-685e-48e3-85a6-7de7e71f9c5e', name: 'JIRA (4).csv', …}
FileItemModal.svelte:36 {type: 'file', file: {…}, id: 'a8ef6712-fb2e-4a15-81af-aeb07159ac0a', url: '/api/v1/files/a8ef6712-fb2e-4a15-81af-aeb07159ac0a', name: 'JIRA (5).csv', …}
FileItemModal.svelte:36 {type: 'file', file: {…}, id: '1ce32f1a-f94c-45f4-bfe1-0bc5d4a93a11', url: '/api/v1/files/1ce32f1a-f94c-45f4-bfe1-0bc5d4a93a11', name: 'JIRA (6).csv', …}
FileItemModal.svelte:36 {type: 'file', file: {…}, id: 'd8776efc-272c-459f-bf47-c33a41430768', url: '/api/v1/files/d8776efc-272c-459f-bf47-c33a41430768', name: 'JIRA (7).csv', …}
FileItemModal.svelte:36 {type: 'file', file: {…}, id: '1c21ea5d-5d27-41c4-819f-21b265cd5728', url: '/api/v1/files/1c21ea5d-5d27-41c4-819f-21b265cd5728', name: 'JIRA (8).csv', …}
FileItemModal.svelte:36 {type: 'file', file: {…}, id: 'b7236403-e0b4-4c8e-abf3-591186412611', url: '/api/v1/files/b7236403-e0b4-4c8e-abf3-591186412611', name: 'JIRA (9).csv', …}
FileItemModal.svelte:36 {type: 'file', file: {…}, id: 'b39047dd-a562-4dd3-ab64-0ec999d264bd', url: '/api/v1/files/b39047dd-a562-4dd3-ab64-0ec999d264bd', name: 'JIRA (10).csv', …}
FileItemModal.svelte:36 {type: 'file', file: {…}, id: '68518492-beab-4413-a1a4-18b1035fa8a3', url: '/api/v1/files/68518492-beab-4413-a1a4-18b1035fa8a3', name: 'JIRA (11).csv', …}
FileItemModal.svelte:36 {type: 'file', file: {…}, id: '29f02683-1413-4f08-8771-aec95bb2dd61', url: '/api/v1/files/29f02683-1413-4f08-8771-aec95bb2dd61', name: 'JIRA (12).csv', …}
FileItemModal.svelte:36 {type: 'file', file: {…}, id: 'edd4fd35-4101-41c0-b4c4-a81c2e0890fa', url: '/api/v1/files/edd4fd35-4101-41c0-b4c4-a81c2e0890fa', name: 'JIRA (13).csv', …}
FileItemModal.svelte:36 {type: 'file', file: {…}, id: '858e4dbb-81a3-4d36-8f19-aad0c7d1f99b', url: '/api/v1/files/858e4dbb-81a3-4d36-8f19-aad0c7d1f99b', name: 'JIRA (14).csv', …}
FileItemModal.svelte:36 {type: 'file', file: {…}, id: '4d240cfa-b3cd-482b-bb78-f52c406c27b7', url: '/api/v1/files/4d240cfa-b3cd-482b-bb78-f52c406c27b7', name: 'JIRA (15).csv', …}
FileItemModal.svelte:36 {type: 'file', file: {…}, id: '5eb73692-869f-4f56-89f0-9d5b88f01c4b', url: '/api/v1/files/5eb73692-869f-4f56-89f0-9d5b88f01c4b', name: 'JIRA (16).csv', …}
FileItemModal.svelte:36 {type: 'file', file: {…}, id: 'b109fb7a-9acc-46cc-bbb1-9e8d86393d54', url: '/api/v1/files/b109fb7a-9acc-46cc-bbb1-9e8d86393d54', name: 'JIRA (17).csv', …}
FileItemModal.svelte:36 {type: 'file', file: {…}, id: '2c78e65d-42c8-4400-92b7-3d7231035543', url: '/api/v1/files/2c78e65d-42c8-4400-92b7-3d7231035543', name: 'JIRA (18).csv', …}
FileItemModal.svelte:36 {type: 'file', file: {…}, id: '105f8675-050d-41cc-8516-1752b0ba2ad3', url: '/api/v1/files/105f8675-050d-41cc-8516-1752b0ba2ad3', name: 'JIRA (19).csv', …}
FileItemModal.svelte:36 {type: 'file', file: {…}, id: 'f4604dfa-4961-4072-bb31-2e5b70c904d4', url: '/api/v1/files/f4604dfa-4961-4072-bb31-2e5b70c904d4', name: 'JIRA.csv', …}
ResponseMessage.svelte:568 <div class=​"flex justify-start overflow-x-auto buttons text-gray-600 dark:​text-gray-500 mt-0.5 svelte-1u5gq5j">​</div>​flex
+layout.svelte:113 usage {models: Array(3)}
+layout.svelte:113 usage {models: Array(3)}
+layout.svelte:113 usage {models: Array(3)}
+layout.svelte:113 usage {models: Array(3)}
Chat.svelte:1489 modelId gpt-4.1
+layout.svelte:113 usage {models: Array(3)}
+layout.svelte:113 usage {models: Array(3)}
+layout.svelte:113 usage {models: Array(3)}
+layout.svelte:113 usage {models: Array(3)}
+layout.svelte:108 user-list {user_ids: Array(82)}
+layout.svelte:113 usage {models: Array(3)}
+layout.svelte:108 user-list {user_ids: Array(82)}
+layout.svelte:113 usage {models: Array(3)}
+layout.svelte:113 usage {models: Array(3)}
+layout.svelte:113 usage {models: Array(3)}
+layout.svelte:113 usage {models: Array(3)}
+layout.svelte:113 usage {models: Array(3)}
+layout.svelte:113 usage {models: Array(3)}
+layout.svelte:113 usage {models: Array(3)}
+layout.svelte:113 usage {models: Array(3)}
Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}}
Chat.svelte:1305 {sources: Array(27)}
Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
+layout.svelte:113 usage {models: Array(3)}
Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}}
Chat.svelte:1305 {id: 'chatcmpl-BhGuDUNiYjrhzV3kTGuFBEHnCBRho', object: 'chat.completion.chunk', created: 1749652789, model: 'gpt-4.1-2025-04-14', service_tier: 'default', …}
Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}}
Chat.svelte:1305 {content: 'Your'}
Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}}
Chat.svelte:1305 {content: 'Your message'}
Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}}
Chat.svelte:1305 {content: 'Your message has'}
Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}}
Chat.svelte:1305 {content: 'Your message has been'}
Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}}
Chat.svelte:1305 {content: 'Your message has been received'}
Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}}
Chat.svelte:1305 {content: 'Your message has been received successfully'}
Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}}
Chat.svelte:1305 {content: 'Your message has been received successfully.'}
Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}}
Chat.svelte:1305 {content: 'Your message has been received successfully. The'}
Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}}
Chat.svelte:1305 {content: 'Your message has been received successfully. The open'}
Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}}
Chat.svelte:1305 {content: 'Your message has been received successfully. The open-web'}
Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}}
Chat.svelte:1305 {content: 'Your message has been received successfully. The open-webui'}
Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}}
Chat.svelte:1305 {content: 'Your message has been received successfully. The open-webui service'}
Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}}
Chat.svelte:1305 {content: 'Your message has been received successfully. The open-webui service is'}
Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}}
Chat.svelte:1305 {content: 'Your message has been received successfully. The open-webui service is responding'}
Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}}
Chat.svelte:1305 {content: 'Your message has been received successfully. The open-webui service is responding as'}
Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}}
Chat.svelte:1305 {content: 'Your message has been received successfully. The open-webui service is responding as expected'}
Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}}
Chat.svelte:1305 {content: 'Your message has been received successfully. The open-webui service is responding as expected.'}
Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}}
Chat.svelte:1305 {content: 'Your message has been received successfully. The open-webui service is responding as expected. Let'}
Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}}
Chat.svelte:1305 {content: 'Your message has been received successfully. The o…n-webui service is responding as expected. Let me'}
Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}}
Chat.svelte:1305 {content: 'Your message has been received successfully. The o…ui service is responding as expected. Let me know'}
Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}}
Chat.svelte:1305 {content: 'Your message has been received successfully. The o…service is responding as expected. Let me know if'}
Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}}
Chat.svelte:1305 {content: 'Your message has been received successfully. The o…ice is responding as expected. Let me know if you'}
Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}}
Chat.svelte:1305 {content: 'Your message has been received successfully. The o…s responding as expected. Let me know if you need'}
Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}}
Chat.svelte:1305 {content: 'Your message has been received successfully. The o…esponding as expected. Let me know if you need to'}
Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}}
Chat.svelte:1305 {content: 'Your message has been received successfully. The o…ding as expected. Let me know if you need to test'}
Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}}
Chat.svelte:1305 {content: 'Your message has been received successfully. The o…xpected. Let me know if you need to test anything'}
Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}}
Chat.svelte:1305 {content: 'Your message has been received successfully. The o…ed. Let me know if you need to test anything else'}
Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}}
Chat.svelte:1305 {content: 'Your message has been received successfully. The o… Let me know if you need to test anything else or'}
Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}}
Chat.svelte:1305 {content: 'Your message has been received successfully. The o…me know if you need to test anything else or have'}
Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}}
Chat.svelte:1305 {content: 'Your message has been received successfully. The o…now if you need to test anything else or have any'}
Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}}
Chat.svelte:1305 {content: 'Your message has been received successfully. The o…u need to test anything else or have any specific'}
Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}}
Chat.svelte:1305 {content: 'Your message has been received successfully. The o…test anything else or have any specific questions'}
Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}}
Chat.svelte:1305 {content: 'Your message has been received successfully. The o…est anything else or have any specific questions!'}
Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}}
Chat.svelte:1305 {id: 'chatcmpl-BhGuDUNiYjrhzV3kTGuFBEHnCBRho', object: 'chat.completion.chunk', created: 1749652789, model: 'gpt-4.1-2025-04-14', service_tier: 'default', …}
Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}}
Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]
Chat.svelte:1305 {done: true, content: 'Your message has been received successfully. The o…est anything else or have any specific questions!', title: '🧪 Open-WebUI Service Test'}

Additional Information

No response

Originally created by @KyleMasterson on GitHub (Jun 11, 2025). Originally assigned to: @jackthgu on GitHub. ### Check Existing Issues - [x] I have searched the existing issues and discussions. - [x] I am using the latest version of Open WebUI. ### Installation Method Docker ### Open WebUI Version v0.6.13 ### Ollama Version (if applicable) _No response_ ### Operating System ghcr.io/open-webui/open-webui ### Browser (if applicable) Version 137.0.7151.69 (Official Build) (arm64) ### Confirmation - [x] I have read and followed all instructions in `README.md`. - [x] I am using the latest version of **both** Open WebUI and Ollama. - [x] I have included the browser console logs. - [x] I have included the Docker container logs. - [x] I have **provided every relevant configuration, setting, and environment variable used in my setup.** - [x] I have clearly **listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup** (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc). - [x] I have documented **step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation**. My steps: - Start with the initial platform/version/OS and dependencies used, - Specify exact install/launch/configure commands, - List URLs visited, user input (incl. example values/emails/passwords if needed), - Describe all options and toggles enabled or changed, - Include any files or environmental changes, - Identify the expected and actual result at each stage, - Ensure any reasonably skilled user can follow and hit the same issue. ### Expected Behavior Providing `RAG_FILE_MAX_COUNT` should limit the maximum number of files that can be uploaded in a prompt ### Actual Behavior ## Problem Providing `RAG_FILE_MAX_COUNT` does not limit the maximum number of files that can be uploaded in a prompt. ## Impact Despite the fact that we have a `RAG_FILE_MAX_SIZE` of 10mb, users are able to upload an unlimited number of files, rendering this file size limit useless. To address this, we attempted to set the `RAG_FILE_MAX_COUNT` which we hoped would limit the single prompt max file upload to (10mb * file count). However, this is not the case, as file upload counts are still unbounded. These unbounded file uploads are ultimately overwhelming our open-webui instance and causing frequent outages ### Steps to Reproduce 1. Install open-webui as a helm chart to a kubernetes cluster 2. Provide the following environment variables: ``` - name: RAG_FILE_MAX_SIZE value: "10" - name: RAG_FILE_MAX_COUNT value: "5" ``` 3. Provide more than 5 files in a prompt 4. The upload will be permitted ### Logs & Screenshots <img width="1219" alt="Image" src="https://github.com/user-attachments/assets/d822ada0-b32e-4239-8420-44c4917a4b15" /> Container logs: ``` 2025-06-11 14:38:49.913 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 134.231.32.129:0 - "POST /api/v1/chats/379a7499-1dbf-4903-93f7-cddcd1124b6f HTTP/1.1" 200 - {} 2025-06-11 14:38:50.052 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 134.231.32.129:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {} 2025-06-11 14:38:51.372 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 45.2.194.216:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:38:51.601 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 159.2.153.77:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:38:52.484 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 98.143.242.239:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:38:55.933 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 34.224.47.171:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:38:58.418 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 174.113.8.47:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:38:58.551 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 159.2.212.29:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:38:58.800 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /static/logo.png HTTP/1.1" 200 - {} 2025-06-11 14:38:58.926 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /static/logo.png HTTP/1.1" 200 - {} 2025-06-11 14:39:00.037 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /static/logo.png HTTP/1.1" 200 - {} 2025-06-11 14:39:00.129 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /static/logo.png HTTP/1.1" 200 - {} 2025-06-11 14:39:03.852 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 34.224.47.171:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:39:03.856 | INFO | open_webui.routers.files:upload_file:94 - file.content_type: text/csv - {} 2025-06-11 14:39:03.857 | INFO | open_webui.routers.files:upload_file:94 - file.content_type: text/csv - {} 2025-06-11 14:39:03.908 | INFO | open_webui.routers.files:upload_file:94 - file.content_type: text/csv - {} 2025-06-11 14:39:03.915 | INFO | open_webui.routers.files:upload_file:94 - file.content_type: text/csv - {} 2025-06-11 14:39:03.916 | INFO | open_webui.routers.files:upload_file:94 - file.content_type: text/csv - {} 2025-06-11 14:39:03.919 | INFO | open_webui.routers.files:upload_file:94 - file.content_type: text/csv - {} 2025-06-11 14:39:03.926 | INFO | open_webui.routers.files:upload_file:94 - file.content_type: text/csv - {} 2025-06-11 14:39:03.932 | INFO | open_webui.routers.files:upload_file:94 - file.content_type: text/csv - {} 2025-06-11 14:39:03.958 | INFO | open_webui.routers.files:upload_file:94 - file.content_type: text/csv - {} 2025-06-11 14:39:04.034 | INFO | open_webui.routers.files:upload_file:94 - file.content_type: text/csv - {} 2025-06-11 14:39:04.038 | INFO | open_webui.routers.files:upload_file:94 - file.content_type: text/csv - {} 2025-06-11 14:39:04.048 | INFO | open_webui.routers.files:upload_file:94 - file.content_type: text/csv - {} 2025-06-11 14:39:04.054 | INFO | open_webui.routers.files:upload_file:94 - file.content_type: text/csv - {} 2025-06-11 14:39:04.085 | INFO | open_webui.routers.files:upload_file:94 - file.content_type: text/csv - {} 2025-06-11 14:39:04.086 | INFO | open_webui.routers.files:upload_file:94 - file.content_type: text/csv - {} 2025-06-11 14:39:04.087 | INFO | open_webui.routers.files:upload_file:94 - file.content_type: text/csv - {} 2025-06-11 14:39:04.114 | INFO | open_webui.routers.files:upload_file:94 - file.content_type: text/csv - {} 2025-06-11 14:39:04.116 | INFO | open_webui.routers.files:upload_file:94 - file.content_type: text/csv - {} 2025-06-11 14:39:04.127 | INFO | open_webui.routers.files:upload_file:94 - file.content_type: text/csv - {} 2025-06-11 14:39:04.160 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/files/ HTTP/1.1" 200 - {} 2025-06-11 14:39:04.235 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/files/ HTTP/1.1" 200 - {} 2025-06-11 14:39:04.347 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/files/ HTTP/1.1" 200 - {} 2025-06-11 14:39:04.354 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/files/ HTTP/1.1" 200 - {} 2025-06-11 14:39:04.429 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/files/ HTTP/1.1" 200 - {} 2025-06-11 14:39:04.438 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/files/ HTTP/1.1" 200 - {} 2025-06-11 14:39:04.442 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/files/ HTTP/1.1" 200 - {} 2025-06-11 14:39:04.448 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/files/ HTTP/1.1" 200 - {} 2025-06-11 14:39:04.454 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/files/ HTTP/1.1" 200 - {} 2025-06-11 14:39:04.466 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/files/ HTTP/1.1" 200 - {} 2025-06-11 14:39:04.479 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/files/ HTTP/1.1" 200 - {} 2025-06-11 14:39:04.480 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/files/ HTTP/1.1" 200 - {} 2025-06-11 14:39:04.482 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/files/ HTTP/1.1" 200 - {} 2025-06-11 14:39:04.518 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 142.162.45.185:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:39:04.548 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/files/ HTTP/1.1" 200 - {} 2025-06-11 14:39:04.549 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/files/ HTTP/1.1" 200 - {} 2025-06-11 14:39:04.556 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/files/ HTTP/1.1" 200 - {} 2025-06-11 14:39:04.583 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/files/ HTTP/1.1" 200 - {} 2025-06-11 14:39:04.585 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/files/ HTTP/1.1" 200 - {} 2025-06-11 14:39:04.589 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/files/ HTTP/1.1" 200 - {} 2025-06-11 14:39:05.575 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 159.2.242.222:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:39:05.576 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 159.2.242.222:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:39:06.157 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 98.143.242.239:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:39:07.001 | INFO | open_webui.routers.files:upload_file:94 - file.content_type: text/csv - {} 2025-06-11 14:39:08.218 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/files/ HTTP/1.1" 200 - {} 2025-06-11 14:39:09.959 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 134.231.32.129:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:39:10.196 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:39:10.196 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:39:14.060 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 76.64.210.248:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:39:14.060 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 76.64.210.248:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:39:14.576 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 45.167.244.51:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:39:14.577 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 45.167.244.51:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:39:14.579 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 45.167.244.51:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:39:18.764 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /static/favicon.png HTTP/1.1" 200 - {} 2025-06-11 14:39:19.024 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 174.118.238.106:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:39:19.389 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/chats/8735d6c9-ce46-4c47-a507-c784be0d7cb2 HTTP/1.1" 200 - {} 2025-06-11 14:39:19.417 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 24.142.51.39:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:39:19.944 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {} 2025-06-11 14:39:20.241 | INFO | open_webui.routers.openai:get_all_models:391 - get_all_models() - {} 2025-06-11 14:39:20.420 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 173.32.169.122:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:39:21.739 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /static/logo.png HTTP/1.1" 200 - {} 2025-06-11 14:39:21.827 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /static/logo.png HTTP/1.1" 200 - {} 2025-06-11 14:39:22.925 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /static/logo.png HTTP/1.1" 200 - {} 2025-06-11 14:39:23.031 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /static/logo.png HTTP/1.1" 200 - {} 2025-06-11 14:39:25.584 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /static/logo.png HTTP/1.1" 200 - {} 2025-06-11 14:39:25.692 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /static/logo.png HTTP/1.1" 200 - {} 2025-06-11 14:39:26.808 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /static/logo.png HTTP/1.1" 200 - {} 2025-06-11 14:39:26.898 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /static/logo.png HTTP/1.1" 200 - {} 2025-06-11 14:39:26.979 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 34.224.47.171:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:39:26.980 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 34.224.47.171:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:39:28.452 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /static/logo.png HTTP/1.1" 200 - {} 2025-06-11 14:39:28.538 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /static/logo.png HTTP/1.1" 200 - {} 2025-06-11 14:39:28.578 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:39:29.620 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /static/logo.png HTTP/1.1" 200 - {} 2025-06-11 14:39:29.708 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /static/logo.png HTTP/1.1" 200 - {} 2025-06-11 14:39:30.702 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 173.34.234.162:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:39:30.703 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 173.34.234.162:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:39:30.704 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 173.34.234.162:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:39:32.552 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /static/favicon.png HTTP/1.1" 200 - {} 2025-06-11 14:39:33.083 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 99.229.23.240:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:39:33.135 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 98.143.242.239:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:39:33.906 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 34.224.47.171:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:39:35.045 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 98.143.242.239:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:39:35.046 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 98.143.242.239:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:39:35.488 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 24.150.79.67:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:39:36.063 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/chat/completions HTTP/1.1" 200 - {} 2025-06-11 14:39:36.068 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:39:36.210 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {} 2025-06-11 14:39:38.950 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:39:39.398 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 98.143.242.239:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:39:40.836 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 24.150.79.67:0 - "GET /api/v1/chats/6b6fac06-ffce-497d-ab7c-2cb5f1aece84 HTTP/1.1" 200 - {} 2025-06-11 14:39:41.493 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 156.57.180.81:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:39:43.650 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/v1/chats/8aeac795-a944-4834-b140-eb5a9efe030a HTTP/1.1" 200 - {} 2025-06-11 14:39:43.694 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 142.134.84.121:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:39:44.108 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {} 2025-06-11 14:39:44.432 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 142.162.21.15:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:39:46.125 | INFO | open_webui.routers.openai:get_all_models:391 - get_all_models() - {} 2025-06-11 14:39:47.829 | INFO | open_webui.routers.openai:get_all_models:391 - get_all_models() - {} 2025-06-11 14:39:49.140 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 142.68.58.55:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:39:49.212 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 190.51.7.161:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:39:50.167 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 98.143.242.239:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:39:50.194 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 98.143.242.239:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:39:51.308 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 45.2.194.216:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:39:52.488 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 98.143.242.239:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:39:57.495 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/chat/completions HTTP/1.1" 200 - {} 2025-06-11 14:39:57.990 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {} 2025-06-11 14:39:58.778 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /static/logo.png HTTP/1.1" 200 - {} 2025-06-11 14:39:58.781 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 174.113.8.47:0 - "GET /_app/version.json HTTP/1.1" 200 - {} 2025-06-11 14:39:59.033 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "GET /static/logo.png HTTP/1.1" 200 - {} 2025-06-11 14:39:59.224 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 54.86.219.246:0 - "POST /api/chat/completed HTTP/1.1" 200 - {} ``` Chrome console logs: ``` user-list {user_ids: Array(82)} MessageInput.svelte:297 Input files handler called with: (20) [File, File, File, File, File, File, File, File, File, File, File, File, File, File, File, File, File, File, File, File] MessageInput.svelte:299 Processing file: {name: 'JIRA (1).csv', type: 'text/csv', size: 3854, extension: 'csv'} MessageInput.svelte:299 Processing file: {name: 'JIRA (2).csv', type: 'text/csv', size: 6021, extension: 'csv'} MessageInput.svelte:299 Processing file: {name: 'JIRA (3).csv', type: 'text/csv', size: 3796, extension: 'csv'} MessageInput.svelte:299 Processing file: {name: 'JIRA (4).csv', type: 'text/csv', size: 3796, extension: 'csv'} MessageInput.svelte:299 Processing file: {name: 'JIRA (5).csv', type: 'text/csv', size: 582, extension: 'csv'} MessageInput.svelte:299 Processing file: {name: 'JIRA (6).csv', type: 'text/csv', size: 3252, extension: 'csv'} MessageInput.svelte:299 Processing file: {name: 'JIRA (7).csv', type: 'text/csv', size: 2543, extension: 'csv'} MessageInput.svelte:299 Processing file: {name: 'JIRA (8).csv', type: 'text/csv', size: 745, extension: 'csv'} MessageInput.svelte:299 Processing file: {name: 'JIRA (9).csv', type: 'text/csv', size: 2230305, extension: 'csv'} MessageInput.svelte:299 Processing file: {name: 'JIRA (10).csv', type: 'text/csv', size: 2443, extension: 'csv'} MessageInput.svelte:299 Processing file: {name: 'JIRA (11).csv', type: 'text/csv', size: 2705, extension: 'csv'} MessageInput.svelte:299 Processing file: {name: 'JIRA (12).csv', type: 'text/csv', size: 2328, extension: 'csv'} MessageInput.svelte:299 Processing file: {name: 'JIRA (13).csv', type: 'text/csv', size: 4003, extension: 'csv'} MessageInput.svelte:299 Processing file: {name: 'JIRA (14).csv', type: 'text/csv', size: 1600, extension: 'csv'} MessageInput.svelte:299 Processing file: {name: 'JIRA (15).csv', type: 'text/csv', size: 1471, extension: 'csv'} MessageInput.svelte:299 Processing file: {name: 'JIRA (16).csv', type: 'text/csv', size: 5351, extension: 'csv'} MessageInput.svelte:299 Processing file: {name: 'JIRA (17).csv', type: 'text/csv', size: 2566, extension: 'csv'} MessageInput.svelte:299 Processing file: {name: 'JIRA (18).csv', type: 'text/csv', size: 1186, extension: 'csv'} MessageInput.svelte:299 Processing file: {name: 'JIRA (19).csv', type: 'text/csv', size: 736, extension: 'csv'} MessageInput.svelte:299 Processing file: {name: 'JIRA.csv', type: 'text/csv', size: 2880, extension: 'csv'} FileItemModal.svelte:36 {type: 'file', file: '', id: null, url: '', name: 'JIRA (1).csv', …} FileItemModal.svelte:36 {type: 'file', file: '', id: null, url: '', name: 'JIRA (2).csv', …} FileItemModal.svelte:36 {type: 'file', file: '', id: null, url: '', name: 'JIRA (3).csv', …} FileItemModal.svelte:36 {type: 'file', file: '', id: null, url: '', name: 'JIRA (4).csv', …} FileItemModal.svelte:36 {type: 'file', file: '', id: null, url: '', name: 'JIRA (5).csv', …} FileItemModal.svelte:36 {type: 'file', file: '', id: null, url: '', name: 'JIRA (6).csv', …} FileItemModal.svelte:36 {type: 'file', file: '', id: null, url: '', name: 'JIRA (7).csv', …} FileItemModal.svelte:36 {type: 'file', file: '', id: null, url: '', name: 'JIRA (8).csv', …} FileItemModal.svelte:36 {type: 'file', file: '', id: null, url: '', name: 'JIRA (9).csv', …} FileItemModal.svelte:36 {type: 'file', file: '', id: null, url: '', name: 'JIRA (10).csv', …} FileItemModal.svelte:36 {type: 'file', file: '', id: null, url: '', name: 'JIRA (11).csv', …} FileItemModal.svelte:36 {type: 'file', file: '', id: null, url: '', name: 'JIRA (12).csv', …} FileItemModal.svelte:36 {type: 'file', file: '', id: null, url: '', name: 'JIRA (13).csv', …} FileItemModal.svelte:36 {type: 'file', file: '', id: null, url: '', name: 'JIRA (14).csv', …} FileItemModal.svelte:36 {type: 'file', file: '', id: null, url: '', name: 'JIRA (15).csv', …} FileItemModal.svelte:36 {type: 'file', file: '', id: null, url: '', name: 'JIRA (16).csv', …} FileItemModal.svelte:36 {type: 'file', file: '', id: null, url: '', name: 'JIRA (17).csv', …} FileItemModal.svelte:36 {type: 'file', file: '', id: null, url: '', name: 'JIRA (18).csv', …} FileItemModal.svelte:36 {type: 'file', file: '', id: null, url: '', name: 'JIRA (19).csv', …} FileItemModal.svelte:36 {type: 'file', file: '', id: null, url: '', name: 'JIRA.csv', …} MessageInput.svelte:268 File upload completed: {id: 'a8ef6712-fb2e-4a15-81af-aeb07159ac0a', name: 'JIRA (5).csv', collection: undefined} MessageInput.svelte:268 File upload completed: {id: '4d240cfa-b3cd-482b-bb78-f52c406c27b7', name: 'JIRA (15).csv', collection: undefined} MessageInput.svelte:268 File upload completed: {id: '105f8675-050d-41cc-8516-1752b0ba2ad3', name: 'JIRA (19).csv', collection: undefined} MessageInput.svelte:268 File upload completed: {id: '1c21ea5d-5d27-41c4-819f-21b265cd5728', name: 'JIRA (8).csv', collection: undefined} MessageInput.svelte:268 File upload completed: {id: '68518492-beab-4413-a1a4-18b1035fa8a3', name: 'JIRA (11).csv', collection: undefined} MessageInput.svelte:268 File upload completed: {id: '858e4dbb-81a3-4d36-8f19-aad0c7d1f99b', name: 'JIRA (14).csv', collection: undefined} MessageInput.svelte:268 File upload completed: {id: '27f1ceb8-685e-48e3-85a6-7de7e71f9c5e', name: 'JIRA (4).csv', collection: undefined} MessageInput.svelte:268 File upload completed: {id: 'b39047dd-a562-4dd3-ab64-0ec999d264bd', name: 'JIRA (10).csv', collection: undefined} MessageInput.svelte:268 File upload completed: {id: 'd8776efc-272c-459f-bf47-c33a41430768', name: 'JIRA (7).csv', collection: undefined} MessageInput.svelte:268 File upload completed: {id: '5eb73692-869f-4f56-89f0-9d5b88f01c4b', name: 'JIRA (16).csv', collection: undefined} MessageInput.svelte:268 File upload completed: {id: '2c78e65d-42c8-4400-92b7-3d7231035543', name: 'JIRA (18).csv', collection: undefined} MessageInput.svelte:268 File upload completed: {id: 'f4604dfa-4961-4072-bb31-2e5b70c904d4', name: 'JIRA.csv', collection: undefined} MessageInput.svelte:268 File upload completed: {id: 'd0c33fd7-30f6-4cc6-879c-ab81faab6705', name: 'JIRA (2).csv', collection: undefined} MessageInput.svelte:268 File upload completed: {id: '1ce32f1a-f94c-45f4-bfe1-0bc5d4a93a11', name: 'JIRA (6).csv', collection: undefined} MessageInput.svelte:268 File upload completed: {id: '285db833-1d7b-401f-a9e6-312f1dfcce66', name: 'JIRA (1).csv', collection: undefined} MessageInput.svelte:268 File upload completed: {id: 'b174603b-4ed6-47d4-a399-e042ca849739', name: 'JIRA (3).csv', collection: undefined} MessageInput.svelte:268 File upload completed: {id: 'b109fb7a-9acc-46cc-bbb1-9e8d86393d54', name: 'JIRA (17).csv', collection: undefined} MessageInput.svelte:268 File upload completed: {id: '29f02683-1413-4f08-8771-aec95bb2dd61', name: 'JIRA (12).csv', collection: undefined} MessageInput.svelte:268 File upload completed: {id: 'edd4fd35-4101-41c0-b4c4-a81c2e0890fa', name: 'JIRA (13).csv', collection: undefined} MessageInput.svelte:268 File upload completed: {id: 'b7236403-e0b4-4c8e-abf3-591186412611', name: 'JIRA (9).csv', collection: undefined} +layout.svelte:113 usage {models: Array(3)} +layout.svelte:113 usage {models: Array(3)} +layout.svelte:113 usage {models: Array(3)} +layout.svelte:113 usage {models: Array(3)} +layout.svelte:113 usage {models: Array(3)} +layout.svelte:113 usage {models: Array(3)} +layout.svelte:113 usage {models: Array(3)} +layout.svelte:113 usage {models: Array(3)} +layout.svelte:113 usage {models: Array(3)} +layout.svelte:113 usage {models: Array(3)} +layout.svelte:113 usage {models: Array(3)} +layout.svelte:113 usage {models: Array(3)} Chat.svelte:1316 submitPrompt Another test 8aeac795-a944-4834-b140-eb5a9efe030a Chat.svelte:195 saveSessionSelectedModels ['gpt-4.1'] ["gpt-4.1"] Citations.svelte:46 sources (7) [{…}, {…}, {…}, {…}, {…}, {…}, {…}] Citations.svelte:86 citations (7) [{…}, {…}, {…}, {…}, {…}, {…}, {…}] FileItemModal.svelte:36 {type: 'file', file: {…}, id: '285db833-1d7b-401f-a9e6-312f1dfcce66', url: '/api/v1/files/285db833-1d7b-401f-a9e6-312f1dfcce66', name: 'JIRA (1).csv', …} FileItemModal.svelte:36 {type: 'file', file: {…}, id: 'd0c33fd7-30f6-4cc6-879c-ab81faab6705', url: '/api/v1/files/d0c33fd7-30f6-4cc6-879c-ab81faab6705', name: 'JIRA (2).csv', …} FileItemModal.svelte:36 {type: 'file', file: {…}, id: 'b174603b-4ed6-47d4-a399-e042ca849739', url: '/api/v1/files/b174603b-4ed6-47d4-a399-e042ca849739', name: 'JIRA (3).csv', …} FileItemModal.svelte:36 {type: 'file', file: {…}, id: '27f1ceb8-685e-48e3-85a6-7de7e71f9c5e', url: '/api/v1/files/27f1ceb8-685e-48e3-85a6-7de7e71f9c5e', name: 'JIRA (4).csv', …} FileItemModal.svelte:36 {type: 'file', file: {…}, id: 'a8ef6712-fb2e-4a15-81af-aeb07159ac0a', url: '/api/v1/files/a8ef6712-fb2e-4a15-81af-aeb07159ac0a', name: 'JIRA (5).csv', …} FileItemModal.svelte:36 {type: 'file', file: {…}, id: '1ce32f1a-f94c-45f4-bfe1-0bc5d4a93a11', url: '/api/v1/files/1ce32f1a-f94c-45f4-bfe1-0bc5d4a93a11', name: 'JIRA (6).csv', …} FileItemModal.svelte:36 {type: 'file', file: {…}, id: 'd8776efc-272c-459f-bf47-c33a41430768', url: '/api/v1/files/d8776efc-272c-459f-bf47-c33a41430768', name: 'JIRA (7).csv', …} FileItemModal.svelte:36 {type: 'file', file: {…}, id: '1c21ea5d-5d27-41c4-819f-21b265cd5728', url: '/api/v1/files/1c21ea5d-5d27-41c4-819f-21b265cd5728', name: 'JIRA (8).csv', …} FileItemModal.svelte:36 {type: 'file', file: {…}, id: 'b7236403-e0b4-4c8e-abf3-591186412611', url: '/api/v1/files/b7236403-e0b4-4c8e-abf3-591186412611', name: 'JIRA (9).csv', …} FileItemModal.svelte:36 {type: 'file', file: {…}, id: 'b39047dd-a562-4dd3-ab64-0ec999d264bd', url: '/api/v1/files/b39047dd-a562-4dd3-ab64-0ec999d264bd', name: 'JIRA (10).csv', …} FileItemModal.svelte:36 {type: 'file', file: {…}, id: '68518492-beab-4413-a1a4-18b1035fa8a3', url: '/api/v1/files/68518492-beab-4413-a1a4-18b1035fa8a3', name: 'JIRA (11).csv', …} FileItemModal.svelte:36 {type: 'file', file: {…}, id: '29f02683-1413-4f08-8771-aec95bb2dd61', url: '/api/v1/files/29f02683-1413-4f08-8771-aec95bb2dd61', name: 'JIRA (12).csv', …} FileItemModal.svelte:36 {type: 'file', file: {…}, id: 'edd4fd35-4101-41c0-b4c4-a81c2e0890fa', url: '/api/v1/files/edd4fd35-4101-41c0-b4c4-a81c2e0890fa', name: 'JIRA (13).csv', …} FileItemModal.svelte:36 {type: 'file', file: {…}, id: '858e4dbb-81a3-4d36-8f19-aad0c7d1f99b', url: '/api/v1/files/858e4dbb-81a3-4d36-8f19-aad0c7d1f99b', name: 'JIRA (14).csv', …} FileItemModal.svelte:36 {type: 'file', file: {…}, id: '4d240cfa-b3cd-482b-bb78-f52c406c27b7', url: '/api/v1/files/4d240cfa-b3cd-482b-bb78-f52c406c27b7', name: 'JIRA (15).csv', …} FileItemModal.svelte:36 {type: 'file', file: {…}, id: '5eb73692-869f-4f56-89f0-9d5b88f01c4b', url: '/api/v1/files/5eb73692-869f-4f56-89f0-9d5b88f01c4b', name: 'JIRA (16).csv', …} FileItemModal.svelte:36 {type: 'file', file: {…}, id: 'b109fb7a-9acc-46cc-bbb1-9e8d86393d54', url: '/api/v1/files/b109fb7a-9acc-46cc-bbb1-9e8d86393d54', name: 'JIRA (17).csv', …} FileItemModal.svelte:36 {type: 'file', file: {…}, id: '2c78e65d-42c8-4400-92b7-3d7231035543', url: '/api/v1/files/2c78e65d-42c8-4400-92b7-3d7231035543', name: 'JIRA (18).csv', …} FileItemModal.svelte:36 {type: 'file', file: {…}, id: '105f8675-050d-41cc-8516-1752b0ba2ad3', url: '/api/v1/files/105f8675-050d-41cc-8516-1752b0ba2ad3', name: 'JIRA (19).csv', …} FileItemModal.svelte:36 {type: 'file', file: {…}, id: 'f4604dfa-4961-4072-bb31-2e5b70c904d4', url: '/api/v1/files/f4604dfa-4961-4072-bb31-2e5b70c904d4', name: 'JIRA.csv', …} ResponseMessage.svelte:568 <div class=​"flex justify-start overflow-x-auto buttons text-gray-600 dark:​text-gray-500 mt-0.5 svelte-1u5gq5j">​</div>​flex +layout.svelte:113 usage {models: Array(3)} +layout.svelte:113 usage {models: Array(3)} +layout.svelte:113 usage {models: Array(3)} +layout.svelte:113 usage {models: Array(3)} Chat.svelte:1489 modelId gpt-4.1 +layout.svelte:113 usage {models: Array(3)} +layout.svelte:113 usage {models: Array(3)} +layout.svelte:113 usage {models: Array(3)} +layout.svelte:113 usage {models: Array(3)} +layout.svelte:108 user-list {user_ids: Array(82)} +layout.svelte:113 usage {models: Array(3)} +layout.svelte:108 user-list {user_ids: Array(82)} +layout.svelte:113 usage {models: Array(3)} +layout.svelte:113 usage {models: Array(3)} +layout.svelte:113 usage {models: Array(3)} +layout.svelte:113 usage {models: Array(3)} +layout.svelte:113 usage {models: Array(3)} +layout.svelte:113 usage {models: Array(3)} +layout.svelte:113 usage {models: Array(3)} +layout.svelte:113 usage {models: Array(3)} Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}} Chat.svelte:1305 {sources: Array(27)} Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] +layout.svelte:113 usage {models: Array(3)} Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}} Chat.svelte:1305 {id: 'chatcmpl-BhGuDUNiYjrhzV3kTGuFBEHnCBRho', object: 'chat.completion.chunk', created: 1749652789, model: 'gpt-4.1-2025-04-14', service_tier: 'default', …} Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}} Chat.svelte:1305 {content: 'Your'} Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}} Chat.svelte:1305 {content: 'Your message'} Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}} Chat.svelte:1305 {content: 'Your message has'} Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}} Chat.svelte:1305 {content: 'Your message has been'} Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}} Chat.svelte:1305 {content: 'Your message has been received'} Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}} Chat.svelte:1305 {content: 'Your message has been received successfully'} Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}} Chat.svelte:1305 {content: 'Your message has been received successfully.'} Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}} Chat.svelte:1305 {content: 'Your message has been received successfully. The'} Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}} Chat.svelte:1305 {content: 'Your message has been received successfully. The open'} Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}} Chat.svelte:1305 {content: 'Your message has been received successfully. The open-web'} Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}} Chat.svelte:1305 {content: 'Your message has been received successfully. The open-webui'} Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}} Chat.svelte:1305 {content: 'Your message has been received successfully. The open-webui service'} Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}} Chat.svelte:1305 {content: 'Your message has been received successfully. The open-webui service is'} Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}} Chat.svelte:1305 {content: 'Your message has been received successfully. The open-webui service is responding'} Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}} Chat.svelte:1305 {content: 'Your message has been received successfully. The open-webui service is responding as'} Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}} Chat.svelte:1305 {content: 'Your message has been received successfully. The open-webui service is responding as expected'} Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}} Chat.svelte:1305 {content: 'Your message has been received successfully. The open-webui service is responding as expected.'} Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}} Chat.svelte:1305 {content: 'Your message has been received successfully. The open-webui service is responding as expected. Let'} Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}} Chat.svelte:1305 {content: 'Your message has been received successfully. The o…n-webui service is responding as expected. Let me'} Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}} Chat.svelte:1305 {content: 'Your message has been received successfully. The o…ui service is responding as expected. Let me know'} Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}} Chat.svelte:1305 {content: 'Your message has been received successfully. The o…service is responding as expected. Let me know if'} Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}} Chat.svelte:1305 {content: 'Your message has been received successfully. The o…ice is responding as expected. Let me know if you'} Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}} Chat.svelte:1305 {content: 'Your message has been received successfully. The o…s responding as expected. Let me know if you need'} Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}} Chat.svelte:1305 {content: 'Your message has been received successfully. The o…esponding as expected. Let me know if you need to'} Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}} Chat.svelte:1305 {content: 'Your message has been received successfully. The o…ding as expected. Let me know if you need to test'} Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}} Chat.svelte:1305 {content: 'Your message has been received successfully. The o…xpected. Let me know if you need to test anything'} Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}} Chat.svelte:1305 {content: 'Your message has been received successfully. The o…ed. Let me know if you need to test anything else'} Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}} Chat.svelte:1305 {content: 'Your message has been received successfully. The o… Let me know if you need to test anything else or'} Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}} Chat.svelte:1305 {content: 'Your message has been received successfully. The o…me know if you need to test anything else or have'} Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}} Chat.svelte:1305 {content: 'Your message has been received successfully. The o…now if you need to test anything else or have any'} Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}} Chat.svelte:1305 {content: 'Your message has been received successfully. The o…u need to test anything else or have any specific'} Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}} Chat.svelte:1305 {content: 'Your message has been received successfully. The o…test anything else or have any specific questions'} Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}} Chat.svelte:1305 {content: 'Your message has been received successfully. The o…est anything else or have any specific questions!'} Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}} Chat.svelte:1305 {id: 'chatcmpl-BhGuDUNiYjrhzV3kTGuFBEHnCBRho', object: 'chat.completion.chunk', created: 1749652789, model: 'gpt-4.1-2025-04-14', service_tier: 'default', …} Chat.svelte:277 {chat_id: '8aeac795-a944-4834-b140-eb5a9efe030a', message_id: 'f9523135-c117-43fb-b4cc-736a8d3dbf96', data: {…}} Citations.svelte:46 sources (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Citations.svelte:86 citations (27) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}] Chat.svelte:1305 {done: true, content: 'Your message has been received successfully. The o…est anything else or have any specific questions!', title: '🧪 Open-WebUI Service Test'} ``` ### Additional Information _No response_
GiteaMirror added the bug label 2025-11-11 16:23:09 -06:00
Author
Owner

@tjbck commented on GitHub (Jun 16, 2025):

This was an intended behaviour, if you were to try to chat with the files attached it wouldn't have let you to continue, however, chat input attachement-level filtering has also been applied with d802c718a4

@tjbck commented on GitHub (Jun 16, 2025): This was an intended behaviour, if you were to try to chat with the files attached it wouldn't have let you to continue, however, chat input attachement-level filtering has also been applied with d802c718a445f1e387417cf1b79ce4387d146a82
Author
Owner

@KyleMasterson commented on GitHub (Jun 16, 2025):

@tjbck unfortunately that is untrue, I was able to submit that chat message with all 20 files attached, and was not limited/restricted in any way from doing so.

I'll apply 0.6.15 once it's ready and reply here again if this issue persists

@KyleMasterson commented on GitHub (Jun 16, 2025): @tjbck unfortunately that is untrue, I was able to submit that chat message with all 20 files attached, and was not limited/restricted in any way from doing so. I'll apply 0.6.15 once it's ready and reply here again if this issue persists
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#5511