ChatGPTNextWeb / ChatGPT-Next-Web

A cross-platform ChatGPT/Gemini UI (Web / PWA / Linux / Win / MacOS). 一键拥有你自己的跨平台 ChatGPT/Gemini 应用。
https://app.nextchat.dev/
MIT License
75.4k stars 58.87k forks source link

[Bug] [Azure OpenAI] Typewriter animation effect is gone after switching from GPT-4 to GPT-4O #4789

Closed Seandor closed 3 months ago

Seandor commented 4 months ago

Bug Description

As title. However, in my local environment the typewriter animation effect is working just fine. But when I deploy the next app to azure static website, the typewriter effect is gone. I think it is related to the new GPT-4O deployment, because everything works fine with the old GPT4 deployment. I checked the request, the EventStream tab is always empty as the screenshot below.

image

Steps to Reproduce

  1. Open a new chat
  2. Send any message
  3. The response will show up all at once, no typewriter effect.

Expected Behavior

There should be typewriter effect.

Screenshots

No response

Deployment Method

Desktop OS

Windows 11

Desktop Browser

Microsoft Edge

Desktop Browser Version

Version 125.0.2535.67 (Official build) (64-bit)

Smartphone Device

No response

Smartphone OS

No response

Smartphone Browser

No response

Smartphone Browser Version

No response

Additional Logs

No response

Seandor commented 3 months ago

The bug is due to azure static websites, switching to azure app service works great now!