mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-05 16:28:32 -05:00
[GH-ISSUE #932] Problem of not being able to have multiple rounds of conversation using the openai interface #12257
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 @muzhi1991 on GitHub (Feb 27, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/932
When I use openai’s interface for multi-round conversations, I can’t initiate a request after a few rounds of conversations, and I get the following error:
chrome console log:
why OPENAI_API_BASE_URL var not exists, The problem seems to occur with the following code:
6df2505bf0/src/routes/(app)/%2Bpage.svelte#L588I don't know much about js, how do I fix it?
@justinh-rahb commented on GitHub (Feb 27, 2024):
How many turns are we talking about? Are you using OpenAI API through LiteLLM?
@muzhi1991 commented on GitHub (Feb 27, 2024):
@muzhi1991 commented on GitHub (Feb 27, 2024):
To add, I'm using the docker version, is it the js compilation that replaces the variables?
@tjbck commented on GitHub (Feb 27, 2024):
Unable to reproduce the issue, moving to discussion.