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!
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!