mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
Response Cut-off Issue in GPT-4 Vision Preview #204
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 @CreatorGhost on GitHub (Jan 18, 2024).
Bug Report
Description
Bug Summary:
Responses from the GPT-4 Vision Preview feature are being cut off after the first line, preventing users from receiving complete answers to their prompts.
Steps to Reproduce:
Expected Behavior:
The GPT-4 Vision Preview should generate and display the full response to the prompt, providing a complete and coherent answer.
Actual Behavior:
The response is truncated after the first line, leaving the user with an incomplete answer and hindering the functionality of the GPT-4 Vision Preview feature.
Environment
@tjbck commented on GitHub (Jan 19, 2024):
Hi, Thanks for creating this issue! I've just checked the
GPT-4 Vision Previewapi myself, and it seems like the issue is from openAI prematurely sending adata: [DONE]response, not the webui.I'll be closing this issue as it seems like there isn't anything we can do from the webui, but if you manage to find a fix, feel free to make a PR!
@CreatorGhost commented on GitHub (Jan 19, 2024):
I have fixed the issue and raised the PR kindly check and merge.

https://github.com/ollama-webui/ollama-webui/pull/537