You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, DeepSeek names all new conversations as "New Chat", and even after multiple chats, the sidebar remains filled with identical "New Chat" labels. Additionally, if the chat titles are dynamically generated, they only appear after a page reload.
To enhance user experience, chat titles should:
Update in real-time as the conversation progresses.
Persist across sessions without requiring a reload.
Expected Behavior:
When a user starts a new conversation, the sidebar should dynamically update the chat title based on the conversation's context instead of keeping it as "New Chat."
The title should update without requiring a page refresh.
Example:
If the conversation is about "How to deploy a Next.js app," the sidebar name should immediately change to "Next.js Deployment Guide" instead of staying as "New Chat."
If it's about "Best machine learning algorithms for NLP," the title should update in real-time to "ML Algorithms for NLP."
The text was updated successfully, but these errors were encountered:
Currently, DeepSeek names all new conversations as "New Chat", and even after multiple chats, the sidebar remains filled with identical "New Chat" labels. Additionally, if the chat titles are dynamically generated, they only appear after a page reload.
To enhance user experience, chat titles should:
Update in real-time as the conversation progresses.
Persist across sessions without requiring a reload.
Expected Behavior:
When a user starts a new conversation, the sidebar should dynamically update the chat title based on the conversation's context instead of keeping it as "New Chat."
The title should update without requiring a page refresh.
Example:
If the conversation is about "How to deploy a Next.js app," the sidebar name should immediately change to "Next.js Deployment Guide" instead of staying as "New Chat."
If it's about "Best machine learning algorithms for NLP," the title should update in real-time to "ML Algorithms for NLP."
The text was updated successfully, but these errors were encountered: