mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-03 07:24:59 -05:00
Bug: Text Generation Process Fails Silently in Ollama Serve #201
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 @hemangjoshi37a on GitHub (Jan 18, 2024).
Issue Description:
At times, when I use the "generate" button to initiate text generation after entering a prompt, the process fails to produce any output. This failure occurs without any error messages. Observing the
htopterminal, it appears that theollama serveprocess either stops or completes. However, the chat window continues to display the shimmer effect, which usually indicates ongoing generation, leading to confusion about the actual state of the process.Steps to Reproduce:
htopterminal.Expected Behavior:
When the text generation process is initiated, it should either successfully generate text or provide an error message if it fails.
Actual Behavior:
The text generation process stops or completes silently without any output in the chat window, while the
ollama serveprocess appears to stop in thehtopterminal. The chat window continues to show the shimmer effect, incorrectly suggesting that generation is still in progress.Environment:
@tjbck commented on GitHub (Jan 18, 2024):
cannot reproduce the issue, moving to discussion.