danny-avila / LibreChat

Enhanced ChatGPT Clone: Features Anthropic, AWS, OpenAI, Assistants API, Azure, Groq, o1, GPT-4o, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching, message search, langchain, DALL-E-3, ChatGPT Plugins, OpenAI Functions, Secure Multi-User System, Presets, completely open-source for self-hosting. Actively in public development.
https://librechat.ai/
MIT License
18.85k stars 3.14k forks source link

[Bug]: multiConvo issue when comparing two AI providers (Azure OpenAI vs AWS Bedrock) #4385

Open cloud-25683 opened 3 weeks ago

cloud-25683 commented 3 weeks ago

What happened?

when enabling multiConvo (multiConvo: true) and compare two different AI provider models, the right hand side response is not being rendered on the UI (firefox and chrome), however, response did come back, if I click the copy button under the response and paste in a notepad, it is there (sometimes it even shows up for a split of second and then disappeared from UI), so the issue is UI rendering, and only happens when comparing Azure OpenAI vs Bedrock or Bedrock vs Azure OpenAI, the right side one is not being rendered, but it works for the same provider comparison, for example, compare gpt-4o vs gpt-4o-mini (I have attached 4 screenshots here to illustrate the issue)

Steps to Reproduce

select any mode from bedrock, click multi-convo button and then select an azure openai model, run it, the right side response is not being rendered on the UI

What browsers are you seeing the problem on?

No response

Relevant log output

No response

Screenshots

image image image image

Code of Conduct

cloud-25683 commented 1 week ago

@danny-avila curious if you have seen this as well? it's a very strange UI rendering issue, let me know if u have any insights, thank you