[GH-ISSUE #8984] Deepseek r1 : answer loading infinitively #15346

Closed
opened 2026-04-19 21:35:08 -05:00 by GiteaMirror · 7 comments
Owner

Originally created by @BenDes21 on GitHub (Jan 27, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8984

Image Image

Hi there, deepseek r1 is loading infinitively even after a restart of open web ui, I don't see any errors on the logs, what can be the solution ?

Originally created by @BenDes21 on GitHub (Jan 27, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/8984 <img width="934" alt="Image" src="https://github.com/user-attachments/assets/b8ae676b-88b0-40ce-8385-f55d66febcd0" /> <img width="934" alt="Image" src="https://github.com/user-attachments/assets/279545b0-7227-40f2-9846-8f4a0a277edb" /> Hi there, deepseek r1 is loading infinitively even after a restart of open web ui, I don't see any errors on the logs, what can be the solution ?
Author
Owner

@emimix commented on GitHub (Jan 27, 2025):

I'm getting the same issue (v0.5.7). It happens every time I try Deepseek R1...
@BenDes21 I see you closed the issue ...what is the fix?

<!-- gh-comment-id:2616113039 --> @emimix commented on GitHub (Jan 27, 2025): I'm getting the same issue (v0.5.7). It happens every time I try Deepseek R1... @BenDes21 I see you closed the issue ...what is the fix?
Author
Owner

@alexfisher commented on GitHub (Jan 27, 2025):

Same issue for me.

<!-- gh-comment-id:2616802573 --> @alexfisher commented on GitHub (Jan 27, 2025): Same issue for me.
Author
Owner

@kbranvh commented on GitHub (Jan 27, 2025):

same here latest 0.5.7

<!-- gh-comment-id:2616807037 --> @kbranvh commented on GitHub (Jan 27, 2025): same here latest 0.5.7
Author
Owner

@kbranvh commented on GitHub (Jan 27, 2025):

check this, seems to make sense....

https://github.com/open-webui/open-webui/discussions/9004

<!-- gh-comment-id:2616814694 --> @kbranvh commented on GitHub (Jan 27, 2025): check this, seems to make sense.... https://github.com/open-webui/open-webui/discussions/9004
Author
Owner

@emimix commented on GitHub (Jan 27, 2025):

check this, seems to make sense....

#9004

I checked that, and it’s not related to my issue.

<!-- gh-comment-id:2616930439 --> @emimix commented on GitHub (Jan 27, 2025): > check this, seems to make sense.... > > [#9004](https://github.com/open-webui/open-webui/discussions/9004) I checked that, and it’s not related to my issue.
Author
Owner

@Detrol commented on GitHub (Jan 28, 2025):

I think the reason might be the DDOS attack on them, or that they are also currently getting an enormous amount of attention/requests.

https://status.deepseek.com/

<!-- gh-comment-id:2617237741 --> @Detrol commented on GitHub (Jan 28, 2025): I think the reason might be the DDOS attack on them, or that they are also currently getting an enormous amount of attention/requests. https://status.deepseek.com/
Author
Owner

@rikhuijzer commented on GitHub (Feb 1, 2025):

@tjbck could you re-open this issue? I consistently have the same issue with WebUI 0.5.7 and DeepInfra's API. Occasionally DeepSeek R1 will complete, but 4 out of 5 times it will just hang. In the browser console, the error is "WebUI could not connect to Ollama". I have set max_tokens in the user interface to 80k, so that is not the problem. Answering hangs even while being well below that token limit. This is my configuration:

services:
  open-webui:
    container_name: 'open-webui'
    image: 'ghcr.io/open-webui/open-webui:main'
    volumes:
      - './open-webui:/app/backend/data:rw'
    ports:
      - '3003:8080'
    environment:
      ENABLE_SIGNUP: 'False'
      OPENAI_API_BASE_URLS: 'https://api.deepinfra.com/v1/openai'
    env_file:
      - 'OPENAI_API_KEYS.env'
      - 'WEBUI_SECRET_KEY.env'
    logging:
      driver: 'json-file'
      options:
        max-size: '10m'
        max-file: '10'
    extra_hosts:
      - 'host.docker.internal:host-gateway'
    restart: 'unless-stopped'
<!-- gh-comment-id:2628887323 --> @rikhuijzer commented on GitHub (Feb 1, 2025): @tjbck could you re-open this issue? I consistently have the same issue with WebUI 0.5.7 and DeepInfra's API. Occasionally DeepSeek R1 will complete, but 4 out of 5 times it will just hang. In the browser console, the error is "WebUI could not connect to Ollama". I have set `max_tokens` in the user interface to 80k, so that is not the problem. Answering hangs even while being well below that token limit. This is my configuration: ```yml services: open-webui: container_name: 'open-webui' image: 'ghcr.io/open-webui/open-webui:main' volumes: - './open-webui:/app/backend/data:rw' ports: - '3003:8080' environment: ENABLE_SIGNUP: 'False' OPENAI_API_BASE_URLS: 'https://api.deepinfra.com/v1/openai' env_file: - 'OPENAI_API_KEYS.env' - 'WEBUI_SECRET_KEY.env' logging: driver: 'json-file' options: max-size: '10m' max-file: '10' extra_hosts: - 'host.docker.internal:host-gateway' restart: 'unless-stopped' ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#15346