presenton/servers/nextjs/app
sudipnext b20199a4e3 feat: Integrate Vertex AI and Azure OpenAI support
- Added environment variables for Vertex AI and Azure OpenAI configurations in docker-compose and user configuration models.
- Updated the application logic to handle Vertex and Azure as new LLM providers, including validation and API key management.
- Enhanced the UI components to support model selection and API key input for Vertex and Azure.
- Updated relevant utility functions and constants to accommodate the new providers.
- Ensured proper error handling for configuration requirements specific to Vertex and Azure.
2026-04-30 06:03:39 +05:45
..
(export) feat: Implement PDF export functionality with session handling 2026-04-27 21:13:57 +05:45
(presentation-generator) feat: Integrate Vertex AI and Azure OpenAI support 2026-04-30 06:03:39 +05:45
api feat: Implement PDF export functionality with session handling 2026-04-27 21:13:57 +05:45
fonts user_config in setting & fonts removed 2025-05-12 17:16:58 +05:45
hooks feat: update placeholder image references and improve asset handling 2026-04-18 20:56:37 +05:45
presentation-templates feat: Add settings.json for pitch deck presentation templates 2026-04-27 20:57:59 +05:45
schema refactor: streamline authentication handling and remove deprecated components, enhancing session management in Next.js middleware 2026-04-22 12:43:17 +05:45
apple-icon.png feat: favicon & apple-icons 2025-09-11 21:22:51 +05:45
ConfigurationInitializer.tsx feat: implement PDF/PPTX export functionality with dedicated routes and components 2026-04-24 10:30:51 +05:45
favicon.ico feat: favicon & apple-icons 2025-09-11 21:22:51 +05:45
global-error.tsx feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
globals.css feat: Add chat history management and asset generation features 2026-04-26 13:12:50 +05:45
icon1.svg feat: favicon & apple-icons 2025-09-11 21:22:51 +05:45
icon2.png feat: favicon & apple-icons 2025-09-11 21:22:51 +05:45
layout.tsx refactor: streamline authentication handling and remove deprecated components, enhancing session management in Next.js middleware 2026-04-22 12:43:17 +05:45
loading.tsx style(nextjs): makes outline page look better and changes loading shimmer for Home and Settings to match the actual layout 2025-07-23 19:25:10 +05:45
MixpanelInitializer.tsx fix(nextjs): changes some event names and removes search query from button click event 2025-08-13 13:21:43 +05:45
not-found.tsx refactor: streamline authentication handling and remove deprecated components, enhancing session management in Next.js middleware 2026-04-22 12:43:17 +05:45
page.tsx feat: implement single-user authentication with environment variable support and update FastAPI middleware for session management 2026-04-21 17:41:37 +05:45
providers.tsx refactor: Seperate layouts.tsx for schema & rest of routes 2025-08-05 19:48:11 +05:45