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

Add popup for new chat being stored #2

Open
gurveervirk opened this issue Nov 1, 2024 · 0 comments
Open

Add popup for new chat being stored #2

gurveervirk opened this issue Nov 1, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@gurveervirk
Copy link
Owner

Issue

When a user starts a new chat, then the previous new chat, with only a single query, may not be displayed in the sidebar along with the 'Send Message' button in the main chat area being disabled for a while.

This is because any new chat, on the first query, generates an appropriate title using the LLM. Only after it's completion is the new chat stored (the first time).

There is no visible indicator/explanation of this happening in the UI.

Desired Solution

Display a popup or similar in the UI to explain the above in a concise manner.

Any other solutions can be explored and suggested.

@gurveervirk gurveervirk added the good first issue Good for newcomers label Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant