LAION-AI / LAION-AI/Open-Assistant
Forced Message Continuation
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 37.4k
- Forks
- 3.3k
- PR merge metrics
- No merged PRs in 30d
Description
A button could be added next to the regenerate respond button which removes the end of text token and then passes the message back to inference in order to do more reliable message continuation. As of now message continuation is typically done just by saying "continue" which is a highly unreliable way to do so as often it continues in a way which doesn't match the context correctly. This is especially evident when it is writing even medium length stories which just get cut off near the end and you can't reliably get it to finish, even if it had started the conclusion.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the regenerate-response button and the inference path described in the issue; no files or tests are named. Check how an existing response is passed back for regeneration and define completion as a button that removes the end-of-text token and requests continuation using the prior message context.
Written by the indexing model from the issue text.
Assessment
- Domain
- ai, backend, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100