mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #16311] issue: 500: template: :3: function "currentDate" not defined #17860
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @marabgol on GitHub (Aug 6, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16311
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.6.18
Ollama Version (if applicable)
0.11.2
Operating System
MacOS 15.5
Browser (if applicable)
Chrome, Firefox
Confirmation
README.md.Expected Behavior
I am using the new gpt-oss new model and expect an answer like other model
this is not running from docker
Actual Behavior
I see error in browser
I got screen shot from browser
while other model runs fine
Steps to Reproduce
Logs & Screenshots
Additional Information
I am not sure the issue is new model from ollama gpt-oss or openweb-ui
@gaby commented on GitHub (Aug 6, 2025):
@marabgol This is related to
ollama, they did a release today to fix this.https://github.com/ollama/ollama/releases/tag/v0.11.2
@gaby commented on GitHub (Aug 6, 2025):
@tjbck I believe the only way to fix this is to do a new release of
Open-WebUI? I do not set theollamadependency being defined anywhere besides theDockerfile.@gaby commented on GitHub (Aug 6, 2025):
@marabgol There is a temporary fix here https://github.com/open-webui/open-webui/issues/16306
@tjbck commented on GitHub (Aug 6, 2025):
#16306