Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable scorlling when prompt response is being generated #42

Open
2 tasks done
DevGoran opened this issue Aug 12, 2024 · 1 comment
Open
2 tasks done

Enable scorlling when prompt response is being generated #42

DevGoran opened this issue Aug 12, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@DevGoran
Copy link

Requirements

  • I have searched the issues of this repository and believe that this is not a duplicate
  • I can confirm this feature request is not already implemented in the app

Description

As prompt responses can be quite fast, I'd suggest letting the user scroll while the prompt is being generated. This is for instance possible with the official ChatGPT app. It's a quality of life improvement since, if a very large rresponse gets generated, one can not read until the LLM has finished with it's response.

Possible solution

Not sure how it works but possibly disable auto scrolling with new content?

Additional context

No response

@DevGoran DevGoran added the enhancement New feature or request label Aug 12, 2024
@JHubi1
Copy link
Owner

JHubi1 commented Aug 22, 2024

Hi there 👋
Sorry for not answering for so long. I looked into it and as far as I can tell, it's easily possible - well kinda. In one of the recent commits, I already implemented most of the things that have to be done. One problem I'm currently facing is that the underlying library I'm using has no option to disable the auto scrolling. I'll see if there's anything I can do, and I'll keep you updated about it.
Thanks for reporting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants