mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
Doesnt load unless page is reloaded multiple times #14
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 @awptechnologies on GitHub (Oct 29, 2023).
Im having a weird issue.... The page loads perfect but when i type an input it freezes on the response. I have to reload the page two or three times. Once it gives me a response it works flawlessly... If i could dm you i can send you the domain its hosted at and you can try it for yourself to see what you think...
@tjbck commented on GitHub (Oct 29, 2023):
Sure, you could either email me the link or dm me on discord [at]timbk.
Off the top of my head, I think the most probable reason for the delay would be Ollama needing load the model to RAM when you first prompt it. And because of that you would have to wait a bit longer initially, and afterwards there won't be any delays which fits your description of the issue you're facing. Let me know if that's the case. Thanks.