[GH-ISSUE #23863] issue: Tool calls with Gemma 4 requires default -> native -> default toggling of Function Calling #35623

Closed
opened 2026-04-25 09:47:31 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @gitfrederic on GitHub (Apr 18, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/23863

Check Existing Issues

  • I have searched for any existing and/or related issues.
  • I have searched for any existing and/or related discussions.
  • I have also searched in the CLOSED issues AND CLOSED discussions and found no related items (your issue might already be addressed on the development branch!).
  • I am using the latest version of Open WebUI.

Installation Method

Pip Install

Open WebUI Version

v0.8.12

Ollama Version (if applicable)

N/A - using TabbyAPI/ExLlamaV3

Operating System

Debian 13

Browser (if applicable)

Firefox 149.0.2 (64-bit)

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

The LLM request to makea tool call will invoke mcpo to then call an MCP Server.

Actual Behavior

Unless I toggle the Function Calling (advanced parameter) from Default to Native and then back to Default, the tool call text is returned in the chat, e.g.:

<|tool_call>call:tool_query_documents_post{query:<|"|>Top Secret<|"|>}<tool_call|>

If I toggle the Function Calling parameter back to Default (as mentioned above), then the tool call works.

Steps to Reproduce

I'm using the model at https://huggingface.co/turboderp/gemma-4-31b-it-exl3 , served by TabbyAPI/ExLlamaV3.
I use the latest mcpo to expose a custom MCP Server (e.g. which has the tool_query_documents_post tool mentioned earlier). I enable the tool in Open WebUI as part of my chat session.
If I prompt the LLM to use my tool, it will simply return the <!tool_call>... text mentioned above. However, if I do the Default to Native and back to Default toggle for Function Calling, the tool call will work. I've been using the session-level toggle for Function Calling.

Logs & Screenshots

Log when the issue happens (before I toggle twice):

Apr 17 23:03:25 openwebui open-webui[7760]: 2026-04-17 23:03:25.736 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:57218 - "POST /api/v1/chats/new HTTP/1.1" 200
Apr 17 23:03:25 openwebui open-webui[7760]: 2026-04-17 23:03:25.743 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:57234 - "GET /api/v1/tools/ HTTP/1.1" 200
Apr 17 23:03:25 openwebui open-webui[7760]: 2026-04-17 23:03:25.757 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:57234 - "GET /api/v1/chats/?page=2 HTTP/1.1" 200
Apr 17 23:03:25 openwebui open-webui[7760]: 2026-04-17 23:03:25.774 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:57234 - "POST /api/v1/chats/5aaf365e-1387-403a-a6c6-cee0f1f150c1 HTTP/1.1" 200
Apr 17 23:03:25 openwebui open-webui[7760]: 2026-04-17 23:03:25.807 | INFO     | open_webui.utils.chat:generate_direct_chat_completion:67 - generate_direct_chat_completion
Apr 17 23:03:25 openwebui open-webui[7760]: 2026-04-17 23:03:25.807 | INFO     | open_webui.utils.chat:generate_direct_chat_completion:78 - WebSocket channel: 1aa3cfb9-595a-4d09-8e35-61c5d3fb8e65:13LY_TNofQmt-Q5EAAAv:6523d833-4f1d-481b-ad2d-60766b97dcd1
Apr 17 23:03:25 openwebui open-webui[7760]: 2026-04-17 23:03:25.808 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:57234 - "POST /api/chat/completions HTTP/1.1" 200
Apr 17 23:03:26 openwebui open-webui[7760]: 2026-04-17 23:03:26.044 | INFO     | open_webui.utils.chat:generate_direct_chat_completion:105 - res: {'status': True}
Apr 17 23:03:26 openwebui open-webui[7760]: 2026-04-17 23:03:26.712 | INFO     | open_webui.utils.chat:generate_direct_chat_completion:67 - generate_direct_chat_completion
Apr 17 23:03:26 openwebui open-webui[7760]: 2026-04-17 23:03:26.712 | INFO     | open_webui.utils.chat:generate_direct_chat_completion:78 - WebSocket channel: 1aa3cfb9-595a-4d09-8e35-61c5d3fb8e65:13LY_TNofQmt-Q5EAAAv:39c059c3-dbd8-4f7f-affd-423e54423d9c
Apr 17 23:03:26 openwebui open-webui[7760]: 2026-04-17 23:03:26.729 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:57234 - "POST /api/chat/completed HTTP/1.1" 200
Apr 17 23:03:26 openwebui open-webui[7760]: 2026-04-17 23:03:26.748 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:57234 - "POST /api/v1/chats/5aaf365e-1387-403a-a6c6-cee0f1f150c1 HTTP/1.1" 200
Apr 17 23:03:26 openwebui open-webui[7760]: 2026-04-17 23:03:26.763 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:57234 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200
Apr 17 23:03:29 openwebui open-webui[7760]: 2026-04-17 23:03:29.024 | INFO     | open_webui.utils.chat:generate_direct_chat_completion:67 - generate_direct_chat_completion
Apr 17 23:03:29 openwebui open-webui[7760]: 2026-04-17 23:03:29.024 | INFO     | open_webui.utils.chat:generate_direct_chat_completion:78 - WebSocket channel: 1aa3cfb9-595a-4d09-8e35-61c5d3fb8e65:13LY_TNofQmt-Q5EAAAv:d5b6f0c1-a057-4303-8f30-41e8ff99f855
Apr 17 23:03:29 openwebui open-webui[7760]: 2026-04-17 23:03:29.421 | INFO     | open_webui.utils.chat:generate_direct_chat_completion:67 - generate_direct_chat_completion
Apr 17 23:03:29 openwebui open-webui[7760]: 2026-04-17 23:03:29.421 | INFO     | open_webui.utils.chat:generate_direct_chat_completion:78 - WebSocket channel: 1aa3cfb9-595a-4d09-8e35-61c5d3fb8e65:13LY_TNofQmt-Q5EAAAv:fb4f0118-ff5a-47de-bbaa-830404e8be5b
Apr 17 23:03:29 openwebui open-webui[7760]: 2026-04-17 23:03:29.434 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:57234 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200
Apr 17 23:03:30 openwebui open-webui[7760]: 2026-04-17 23:03:30.175 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:57234 - "GET /api/v1/chats/5aaf365e-1387-403a-a6c6-cee0f1f150c1 HTTP/1.1" 200
Apr 17 23:03:30 openwebui open-webui[7760]: 2026-04-17 23:03:30.221 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:57234 - "GET /api/v1/chats/all/tags HTTP/1.1" 200

Logs when the toggle is hit twice (and is on Default):

Apr 17 23:05:37 openwebui open-webui[7760]: 2026-04-17 23:05:37.739 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:38912 - "POST /api/v1/chats/new HTTP/1.1" 200
Apr 17 23:05:37 openwebui open-webui[7760]: 2026-04-17 23:05:37.758 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:38912 - "GET /api/v1/tools/ HTTP/1.1" 200
Apr 17 23:05:37 openwebui open-webui[7760]: 2026-04-17 23:05:37.783 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:38912 - "GET /api/v1/chats/?page=2 HTTP/1.1" 200
Apr 17 23:05:37 openwebui open-webui[7760]: 2026-04-17 23:05:37.799 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:38912 - "POST /api/v1/chats/0286ee59-b559-43e7-9d32-11835a40f04a HTTP/1.1" 200
Apr 17 23:05:37 openwebui open-webui[7760]: 2026-04-17 23:05:37.818 | INFO     | open_webui.utils.chat:generate_direct_chat_completion:67 - generate_direct_chat_completion
Apr 17 23:05:37 openwebui open-webui[7760]: 2026-04-17 23:05:37.818 | INFO     | open_webui.utils.chat:generate_direct_chat_completion:78 - WebSocket channel: 1aa3cfb9-595a-4d09-8e35-61c5d3fb8e65:13LY_TNofQmt-Q5EAAAv:60808a5b-f5a7-473f-b79f-68ed5611d30a
Apr 17 23:05:37 openwebui open-webui[7760]: 2026-04-17 23:05:37.819 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:38912 - "POST /api/chat/completions HTTP/1.1" 200
Apr 17 23:05:39 openwebui open-webui[7760]: 2026-04-17 23:05:39.697 | INFO     | open_webui.utils.chat:generate_direct_chat_completion:67 - generate_direct_chat_completion
Apr 17 23:05:39 openwebui open-webui[7760]: 2026-04-17 23:05:39.697 | INFO     | open_webui.utils.chat:generate_direct_chat_completion:78 - WebSocket channel: 1aa3cfb9-595a-4d09-8e35-61c5d3fb8e65:13LY_TNofQmt-Q5EAAAv:ecad084c-b874-4350-8eff-9519a6d170ea
Apr 17 23:05:39 openwebui open-webui[7760]: 2026-04-17 23:05:39.827 | INFO     | open_webui.utils.chat:generate_direct_chat_completion:105 - res: {'status': True}
Apr 17 23:05:41 openwebui open-webui[7760]: 2026-04-17 23:05:41.537 | INFO     | open_webui.utils.chat:generate_direct_chat_completion:67 - generate_direct_chat_completion
Apr 17 23:05:41 openwebui open-webui[7760]: 2026-04-17 23:05:41.537 | INFO     | open_webui.utils.chat:generate_direct_chat_completion:78 - WebSocket channel: 1aa3cfb9-595a-4d09-8e35-61c5d3fb8e65:13LY_TNofQmt-Q5EAAAv:490fb3bc-759d-4028-ba26-f742977b4928
Apr 17 23:05:41 openwebui open-webui[7760]: 2026-04-17 23:05:41.560 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:38912 - "POST /api/chat/completed HTTP/1.1" 200
Apr 17 23:05:41 openwebui open-webui[7760]: 2026-04-17 23:05:41.576 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:38912 - "POST /api/v1/chats/0286ee59-b559-43e7-9d32-11835a40f04a HTTP/1.1" 200
Apr 17 23:05:41 openwebui open-webui[7760]: 2026-04-17 23:05:41.589 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:38912 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200
Apr 17 23:05:43 openwebui open-webui[7760]: 2026-04-17 23:05:43.732 | INFO     | open_webui.utils.chat:generate_direct_chat_completion:67 - generate_direct_chat_completion
Apr 17 23:05:43 openwebui open-webui[7760]: 2026-04-17 23:05:43.732 | INFO     | open_webui.utils.chat:generate_direct_chat_completion:78 - WebSocket channel: 1aa3cfb9-595a-4d09-8e35-61c5d3fb8e65:13LY_TNofQmt-Q5EAAAv:60f1cbbc-bc6c-496b-98e6-00c7e9d89239
Apr 17 23:05:44 openwebui open-webui[7760]: 2026-04-17 23:05:44.129 | INFO     | open_webui.utils.chat:generate_direct_chat_completion:67 - generate_direct_chat_completion
Apr 17 23:05:44 openwebui open-webui[7760]: 2026-04-17 23:05:44.129 | INFO     | open_webui.utils.chat:generate_direct_chat_completion:78 - WebSocket channel: 1aa3cfb9-595a-4d09-8e35-61c5d3fb8e65:13LY_TNofQmt-Q5EAAAv:f8e7fdfa-8dba-4693-bd49-f2c402be798d
Apr 17 23:05:44 openwebui open-webui[7760]: 2026-04-17 23:05:44.153 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:38912 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200
Apr 17 23:05:44 openwebui open-webui[7760]: 2026-04-17 23:05:44.898 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:38912 - "GET /api/v1/chats/0286ee59-b559-43e7-9d32-11835a40f04a HTTP/1.1" 200
Apr 17 23:05:44 openwebui open-webui[7760]: 2026-04-17 23:05:44.938 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:38912 - "GET /api/v1/chats/all/tags HTTP/1.1" 200

Additional Information

No response

Originally created by @gitfrederic on GitHub (Apr 18, 2026). Original GitHub issue: https://github.com/open-webui/open-webui/issues/23863 ### Check Existing Issues - [x] I have searched for any existing and/or related issues. - [x] I have searched for any existing and/or related discussions. - [x] I have also searched in the CLOSED issues AND CLOSED discussions and found no related items (your issue might already be addressed on the development branch!). - [x] I am using the latest version of Open WebUI. ### Installation Method Pip Install ### Open WebUI Version v0.8.12 ### Ollama Version (if applicable) N/A - using TabbyAPI/ExLlamaV3 ### Operating System Debian 13 ### Browser (if applicable) Firefox 149.0.2 (64-bit) ### 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 The LLM request to makea tool call will invoke `mcpo` to then call an MCP Server. ### Actual Behavior Unless I toggle the `Function Calling` (advanced parameter) from `Default` to `Native` and then back to `Default`, the tool call text is returned in the chat, e.g.: ``` <|tool_call>call:tool_query_documents_post{query:<|"|>Top Secret<|"|>}<tool_call|> ``` If I toggle the `Function Calling` parameter back to `Default` (as mentioned above), then the tool call works. ### Steps to Reproduce I'm using the model at https://huggingface.co/turboderp/gemma-4-31b-it-exl3 , served by TabbyAPI/ExLlamaV3. I use the latest `mcpo` to expose a custom MCP Server (e.g. which has the `tool_query_documents_post` tool mentioned earlier). I enable the tool in Open WebUI as part of my chat session. If I prompt the LLM to use my tool, it will simply return the `<!tool_call>...` text mentioned above. However, if I do the `Default` to `Native` and back to `Default` toggle for `Function Calling`, the tool call will work. I've been using the session-level toggle for `Function Calling`. ### Logs & Screenshots Log when the issue happens (before I toggle twice): ``` Apr 17 23:03:25 openwebui open-webui[7760]: 2026-04-17 23:03:25.736 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:57218 - "POST /api/v1/chats/new HTTP/1.1" 200 Apr 17 23:03:25 openwebui open-webui[7760]: 2026-04-17 23:03:25.743 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:57234 - "GET /api/v1/tools/ HTTP/1.1" 200 Apr 17 23:03:25 openwebui open-webui[7760]: 2026-04-17 23:03:25.757 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:57234 - "GET /api/v1/chats/?page=2 HTTP/1.1" 200 Apr 17 23:03:25 openwebui open-webui[7760]: 2026-04-17 23:03:25.774 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:57234 - "POST /api/v1/chats/5aaf365e-1387-403a-a6c6-cee0f1f150c1 HTTP/1.1" 200 Apr 17 23:03:25 openwebui open-webui[7760]: 2026-04-17 23:03:25.807 | INFO | open_webui.utils.chat:generate_direct_chat_completion:67 - generate_direct_chat_completion Apr 17 23:03:25 openwebui open-webui[7760]: 2026-04-17 23:03:25.807 | INFO | open_webui.utils.chat:generate_direct_chat_completion:78 - WebSocket channel: 1aa3cfb9-595a-4d09-8e35-61c5d3fb8e65:13LY_TNofQmt-Q5EAAAv:6523d833-4f1d-481b-ad2d-60766b97dcd1 Apr 17 23:03:25 openwebui open-webui[7760]: 2026-04-17 23:03:25.808 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:57234 - "POST /api/chat/completions HTTP/1.1" 200 Apr 17 23:03:26 openwebui open-webui[7760]: 2026-04-17 23:03:26.044 | INFO | open_webui.utils.chat:generate_direct_chat_completion:105 - res: {'status': True} Apr 17 23:03:26 openwebui open-webui[7760]: 2026-04-17 23:03:26.712 | INFO | open_webui.utils.chat:generate_direct_chat_completion:67 - generate_direct_chat_completion Apr 17 23:03:26 openwebui open-webui[7760]: 2026-04-17 23:03:26.712 | INFO | open_webui.utils.chat:generate_direct_chat_completion:78 - WebSocket channel: 1aa3cfb9-595a-4d09-8e35-61c5d3fb8e65:13LY_TNofQmt-Q5EAAAv:39c059c3-dbd8-4f7f-affd-423e54423d9c Apr 17 23:03:26 openwebui open-webui[7760]: 2026-04-17 23:03:26.729 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:57234 - "POST /api/chat/completed HTTP/1.1" 200 Apr 17 23:03:26 openwebui open-webui[7760]: 2026-04-17 23:03:26.748 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:57234 - "POST /api/v1/chats/5aaf365e-1387-403a-a6c6-cee0f1f150c1 HTTP/1.1" 200 Apr 17 23:03:26 openwebui open-webui[7760]: 2026-04-17 23:03:26.763 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:57234 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 Apr 17 23:03:29 openwebui open-webui[7760]: 2026-04-17 23:03:29.024 | INFO | open_webui.utils.chat:generate_direct_chat_completion:67 - generate_direct_chat_completion Apr 17 23:03:29 openwebui open-webui[7760]: 2026-04-17 23:03:29.024 | INFO | open_webui.utils.chat:generate_direct_chat_completion:78 - WebSocket channel: 1aa3cfb9-595a-4d09-8e35-61c5d3fb8e65:13LY_TNofQmt-Q5EAAAv:d5b6f0c1-a057-4303-8f30-41e8ff99f855 Apr 17 23:03:29 openwebui open-webui[7760]: 2026-04-17 23:03:29.421 | INFO | open_webui.utils.chat:generate_direct_chat_completion:67 - generate_direct_chat_completion Apr 17 23:03:29 openwebui open-webui[7760]: 2026-04-17 23:03:29.421 | INFO | open_webui.utils.chat:generate_direct_chat_completion:78 - WebSocket channel: 1aa3cfb9-595a-4d09-8e35-61c5d3fb8e65:13LY_TNofQmt-Q5EAAAv:fb4f0118-ff5a-47de-bbaa-830404e8be5b Apr 17 23:03:29 openwebui open-webui[7760]: 2026-04-17 23:03:29.434 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:57234 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 Apr 17 23:03:30 openwebui open-webui[7760]: 2026-04-17 23:03:30.175 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:57234 - "GET /api/v1/chats/5aaf365e-1387-403a-a6c6-cee0f1f150c1 HTTP/1.1" 200 Apr 17 23:03:30 openwebui open-webui[7760]: 2026-04-17 23:03:30.221 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:57234 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 ``` Logs when the toggle is hit twice (and is on `Default`): ``` Apr 17 23:05:37 openwebui open-webui[7760]: 2026-04-17 23:05:37.739 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:38912 - "POST /api/v1/chats/new HTTP/1.1" 200 Apr 17 23:05:37 openwebui open-webui[7760]: 2026-04-17 23:05:37.758 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:38912 - "GET /api/v1/tools/ HTTP/1.1" 200 Apr 17 23:05:37 openwebui open-webui[7760]: 2026-04-17 23:05:37.783 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:38912 - "GET /api/v1/chats/?page=2 HTTP/1.1" 200 Apr 17 23:05:37 openwebui open-webui[7760]: 2026-04-17 23:05:37.799 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:38912 - "POST /api/v1/chats/0286ee59-b559-43e7-9d32-11835a40f04a HTTP/1.1" 200 Apr 17 23:05:37 openwebui open-webui[7760]: 2026-04-17 23:05:37.818 | INFO | open_webui.utils.chat:generate_direct_chat_completion:67 - generate_direct_chat_completion Apr 17 23:05:37 openwebui open-webui[7760]: 2026-04-17 23:05:37.818 | INFO | open_webui.utils.chat:generate_direct_chat_completion:78 - WebSocket channel: 1aa3cfb9-595a-4d09-8e35-61c5d3fb8e65:13LY_TNofQmt-Q5EAAAv:60808a5b-f5a7-473f-b79f-68ed5611d30a Apr 17 23:05:37 openwebui open-webui[7760]: 2026-04-17 23:05:37.819 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:38912 - "POST /api/chat/completions HTTP/1.1" 200 Apr 17 23:05:39 openwebui open-webui[7760]: 2026-04-17 23:05:39.697 | INFO | open_webui.utils.chat:generate_direct_chat_completion:67 - generate_direct_chat_completion Apr 17 23:05:39 openwebui open-webui[7760]: 2026-04-17 23:05:39.697 | INFO | open_webui.utils.chat:generate_direct_chat_completion:78 - WebSocket channel: 1aa3cfb9-595a-4d09-8e35-61c5d3fb8e65:13LY_TNofQmt-Q5EAAAv:ecad084c-b874-4350-8eff-9519a6d170ea Apr 17 23:05:39 openwebui open-webui[7760]: 2026-04-17 23:05:39.827 | INFO | open_webui.utils.chat:generate_direct_chat_completion:105 - res: {'status': True} Apr 17 23:05:41 openwebui open-webui[7760]: 2026-04-17 23:05:41.537 | INFO | open_webui.utils.chat:generate_direct_chat_completion:67 - generate_direct_chat_completion Apr 17 23:05:41 openwebui open-webui[7760]: 2026-04-17 23:05:41.537 | INFO | open_webui.utils.chat:generate_direct_chat_completion:78 - WebSocket channel: 1aa3cfb9-595a-4d09-8e35-61c5d3fb8e65:13LY_TNofQmt-Q5EAAAv:490fb3bc-759d-4028-ba26-f742977b4928 Apr 17 23:05:41 openwebui open-webui[7760]: 2026-04-17 23:05:41.560 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:38912 - "POST /api/chat/completed HTTP/1.1" 200 Apr 17 23:05:41 openwebui open-webui[7760]: 2026-04-17 23:05:41.576 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:38912 - "POST /api/v1/chats/0286ee59-b559-43e7-9d32-11835a40f04a HTTP/1.1" 200 Apr 17 23:05:41 openwebui open-webui[7760]: 2026-04-17 23:05:41.589 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:38912 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 Apr 17 23:05:43 openwebui open-webui[7760]: 2026-04-17 23:05:43.732 | INFO | open_webui.utils.chat:generate_direct_chat_completion:67 - generate_direct_chat_completion Apr 17 23:05:43 openwebui open-webui[7760]: 2026-04-17 23:05:43.732 | INFO | open_webui.utils.chat:generate_direct_chat_completion:78 - WebSocket channel: 1aa3cfb9-595a-4d09-8e35-61c5d3fb8e65:13LY_TNofQmt-Q5EAAAv:60f1cbbc-bc6c-496b-98e6-00c7e9d89239 Apr 17 23:05:44 openwebui open-webui[7760]: 2026-04-17 23:05:44.129 | INFO | open_webui.utils.chat:generate_direct_chat_completion:67 - generate_direct_chat_completion Apr 17 23:05:44 openwebui open-webui[7760]: 2026-04-17 23:05:44.129 | INFO | open_webui.utils.chat:generate_direct_chat_completion:78 - WebSocket channel: 1aa3cfb9-595a-4d09-8e35-61c5d3fb8e65:13LY_TNofQmt-Q5EAAAv:f8e7fdfa-8dba-4693-bd49-f2c402be798d Apr 17 23:05:44 openwebui open-webui[7760]: 2026-04-17 23:05:44.153 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:38912 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 Apr 17 23:05:44 openwebui open-webui[7760]: 2026-04-17 23:05:44.898 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:38912 - "GET /api/v1/chats/0286ee59-b559-43e7-9d32-11835a40f04a HTTP/1.1" 200 Apr 17 23:05:44 openwebui open-webui[7760]: 2026-04-17 23:05:44.938 | INFO | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.10.188:38912 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 ``` ### Additional Information _No response_
GiteaMirror added the bug label 2026-04-25 09:47:31 -05:00
Author
Owner

@tjbck commented on GitHub (Apr 19, 2026):

Unable to reproduce.

<!-- gh-comment-id:4276161044 --> @tjbck commented on GitHub (Apr 19, 2026): Unable to reproduce.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#35623