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
First, thank you for sharing this project with the community! It’s been incredibly valuable and helpful.
Issue:
When sending a message in an active chat, I noticed that the /chat/history endpoint is triggered on each message submission, refetching all chat titles displayed in the sidebar. This causes redundant API requests, as the sidebar content is reloaded with every message, which could impact performance during active use.
If I’m mistaken about how this works, please feel free to correct me! Thank you again for your work on this project!
The text was updated successfully, but these errors were encountered:
Hi All!
First, thank you for sharing this project with the community! It’s been incredibly valuable and helpful.
Issue:
When sending a message in an active chat, I noticed that the /chat/history endpoint is triggered on each message submission, refetching all chat titles displayed in the sidebar. This causes redundant API requests, as the sidebar content is reloaded with every message, which could impact performance during active use.
If I’m mistaken about how this works, please feel free to correct me! Thank you again for your work on this project!
The text was updated successfully, but these errors were encountered: