ivanfioravanti / chatbot-ollama

Chatbot Ollama is an open source chat UI for Ollama.
Other
1.41k stars 233 forks source link

UI flickering and scroll is broker #48

Closed TheNaman047 closed 5 months ago

TheNaman047 commented 6 months ago

Issues:

  1. Word streaming is not working anymore, and all the response is shown at once at the end
  2. UI keeps flickering till the response is streamed
  3. Post response is received on the screen and rendered, the scroll is not smooth and jumps from one position to another.

Recording:

https://github.com/ivanfioravanti/chatbot-ollama/assets/25585634/7c27e6df-37ec-4e57-b065-b4d47d2b6e02

System: image

Running via docker, node 20

RogerWeihrauch commented 6 months ago

Hi all Same here: Points 1-3: same UI experience when setting up ollama with pinokio app on macOS.

Regards, Roger

racerxdl commented 5 months ago

Same here, on ubuntu and chrome.

Andrew0002 commented 5 months ago

Same on macOS on Edge and Safari

Andrew0002 commented 5 months ago

I tried going back to some older docker images and it seems like the docker image that was built on Jan 29th doesn't have this issue, but the ones after it do. I'm wondering if the problem is related to pull #36.

caiyesd commented 5 months ago

Same here, on ubuntu and chrome.

ivanfioravanti commented 5 months ago

I tried going back to some older docker images and it seems like the docker image that was built on Jan 29th doesn't have this issue, but the ones after it do. I'm wondering if the problem is related to pull #36.

  • Works - Jan 29
    • docker pull ghcr.io/ivanfioravanti/chatbot-ollama@sha256:d79f280c842aa1629cc07627fc19d1bce3e327b45f2ba124cdbe111482f08978
    • https://github.com/ivanfioravanti/chatbot-ollama/pkgs/container/chatbot-ollama/172410577
  • Issue Starts - Feb 22
    • docker pull ghcr.io/ivanfioravanti/chatbot-ollama@sha256:c1390ae80f0800ff28b4ff036ea5c490eccfe6ea8910655c2ec992c35f09b3a0
    • https://github.com/ivanfioravanti/chatbot-ollama/pkgs/container/chatbot-ollama/182490314

Thanks @Andrew0002 this helps!

ivanfioravanti commented 5 months ago

Fixed reverting recent commits. Thanks everyone!