danny-avila / LibreChat

Enhanced ChatGPT Clone: Features Anthropic, AWS, OpenAI, Assistants API, Azure, Groq, o1, GPT-4o, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching, message search, langchain, DALL-E-3, ChatGPT Plugins, OpenAI Functions, Secure Multi-User System, Presets, completely open-source for self-hosting. Actively in public development.
https://librechat.ai/
MIT License
17.87k stars 2.96k forks source link

🗂️ fix: Optimize Conversation Grouping and Sorting #4173

Closed danny-avila closed 1 week ago

danny-avila commented 1 week ago

Summary

Closes #4160

Other Changes

Checklist

Before

image

After

image

fuegovic commented 1 week ago

Older conversations from 2023 are still not properly organized, even with this fix. To be honest, I'm not sure where they are now.

Edit: It appears they are at the end; I believe only the separator for the previous year section is missing.

danny-avila commented 1 week ago

Odd thanks for letting me know @fuegovic

danny-avila commented 1 week ago

@fuegovic they are actually being grouped correctly but a typing issue is causing this, fixing this with some added tests