presenton/electron/servers/fastapi/api/v1/ppt/endpoints
sudipnext 4e87dc8b70 refactor: Update database session management and enhance chat memory services
- Replaced `get_container_db_async_session` with `async_session_maker` for improved session handling in background tasks.
- Refactored chat memory services to utilize a shared `mem0` client for better memory management.
- Introduced new methods for retrieving and storing chat history, integrating with SQL and memory layers.
- Enhanced error handling and response management in chat-related services.
- Cleaned up unused code and improved overall structure for maintainability.
2026-04-25 19:10:39 +05:45
..
__init__.py updated 2026-02-20 12:02:23 +05:45
anthropic.py updated 2026-02-20 12:02:23 +05:45
codex_auth.py feat: enhance Codex user profile management with username, email, and subscription status 2026-04-03 13:26:07 +05:45
files.py feat: add language parameter to decomposeDocuments API call 2026-03-28 15:34:53 +05:45
fonts.py feat: implements new template generation flow; refactor: removes old template generation flow and adds new endpoints 2026-04-08 11:25:13 +05:45
google.py updated 2026-02-20 12:02:23 +05:45
icons.py updated 2026-02-20 12:02:23 +05:45
images.py feat: Implement stock image search functionality with Pexels and Pixabay integration 2026-04-07 18:00:16 +05:45
layouts.py feat: implements new template generation flow; refactor: removes old template generation flow and adds new endpoints 2026-04-08 11:25:13 +05:45
ollama.py refactor: Update database session management and enhance chat memory services 2026-04-25 19:10:39 +05:45
openai.py updated 2026-02-20 12:02:23 +05:45
outlines.py feat: Enhance presentation generation features and improve asset handling 2026-04-06 18:28:43 +05:45
presentation.py feat: add font resolution for presentations and update model to include fonts 2026-04-13 12:31:08 +05:45
prompts.py updated 2026-02-20 12:02:23 +05:45
slide.py updated 2026-02-20 12:02:23 +05:45
theme.py fix:Theme issues 2026-03-24 13:08:47 +05:45
theme_generate.py feat: implement theme management and color generation endpoints 2026-03-22 19:43:54 +05:45