[GH-ISSUE #5538] Where can I permanently set a stop sequence for a specific model? like <|endoftext|> for Qwen2.5 to stop endless loop asking itself questions #14023

Closed
opened 2026-04-19 20:31:54 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @vishnunuk on GitHub (Sep 20, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/5538

Bug Report

Qwen2.5 (qwen2.5:72b-instruct-q4_K_S and Q4) endless loop asking itself questions

Installation Method

latest docker image for both ollama and webui

Environment

  • Open WebUI Version: v0.3.21
  • Ollama (if applicable): 0.3.11

Confirmation:

  • I have read and followed all the instructions provided in the README.md.
  • I am on the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • I have included the Docker container logs.
  • I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below.

Expected Behavior:

just one answer per question

Actual Behavior:

endless questions and answers.

Description

Ask a question

Reproduction Details

to reproduce just ask

Give full code in single html
 
Create a simple HTML/JavaScript app where children can practice tracing letters using touch or mouse input. The app should display the letter outlines (A to Z) for kids to trace over. Here's what the app should include:
 
SVG-based tracing area where the letter outlines are displayed.
Users should be able to trace letters using either their fingers (on touch devices) or a mouse (on desktop).
The app should detect if the user has traced over the entire letter correctly. Once the tracing is complete, it should provide visual feedback (e.g., changing color, a sound, or a congratulatory message) and automatically move on to the next letter in the alphabet.
Ensure smooth transitions between letters and include all letters from A to Z.
Add a reset button to restart the letter tracing or retry the current letter.
Include instructions or prompts to guide kids on how to trace each letter correctly.
The interface should be simple and kid-friendly, with large letters and minimal distractions. Focus on usability and fun for young children learning to write.

Screenshots/Screen Recordings (if applicable):
[Attach any relevant screenshots to help illustrate the issue]

Originally created by @vishnunuk on GitHub (Sep 20, 2024). Original GitHub issue: https://github.com/open-webui/open-webui/issues/5538 # Bug Report Qwen2.5 (qwen2.5:72b-instruct-q4_K_S and Q4) endless loop asking itself questions ## Installation Method latest docker image for both ollama and webui ## Environment - **Open WebUI Version:** v0.3.21 - **Ollama (if applicable):** 0.3.11 **Confirmation:** - [x] I have read and followed all the instructions provided in the README.md. - [x] I am on the latest version of both Open WebUI and Ollama. - [x] I have included the browser console logs. - [x] I have included the Docker container logs. - [x] I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below. ## Expected Behavior: just one answer per question ## Actual Behavior: endless questions and answers. ## Description Ask a question ## Reproduction Details to reproduce just ask ```` Give full code in single html Create a simple HTML/JavaScript app where children can practice tracing letters using touch or mouse input. The app should display the letter outlines (A to Z) for kids to trace over. Here's what the app should include: SVG-based tracing area where the letter outlines are displayed. Users should be able to trace letters using either their fingers (on touch devices) or a mouse (on desktop). The app should detect if the user has traced over the entire letter correctly. Once the tracing is complete, it should provide visual feedback (e.g., changing color, a sound, or a congratulatory message) and automatically move on to the next letter in the alphabet. Ensure smooth transitions between letters and include all letters from A to Z. Add a reset button to restart the letter tracing or retry the current letter. Include instructions or prompts to guide kids on how to trace each letter correctly. The interface should be simple and kid-friendly, with large letters and minimal distractions. Focus on usability and fun for young children learning to write. ```` **Screenshots/Screen Recordings (if applicable):** [[Attach any relevant screenshots to help illustrate the issue]](https://www.reddit.com/r/ollama/comments/1fkp6z5/comment/lnzxytb/?context=3)
Author
Owner

@vishnunuk commented on GitHub (Sep 20, 2024):

Found 3 places to put Stop Sequence. 2 of them did not work. The working settings I found on the top right are not permanent.

How to set Stop Sequence to <|endoftext|> for a specific mode permanently?

https://github.com/user-attachments/assets/858b64e2-19ea-4bab-b3b8-94c6bdb20568

<!-- gh-comment-id:2362843216 --> @vishnunuk commented on GitHub (Sep 20, 2024): Found 3 places to put `Stop Sequence`. 2 of them did not work. The working settings I found on the top right are not permanent. How to set `Stop Sequence` to `<|endoftext|>` for a specific mode permanently? https://github.com/user-attachments/assets/858b64e2-19ea-4bab-b3b8-94c6bdb20568
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#14023