presenton/servers/nextjs/utils
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
..
api.ts feat: Implement PDF export functionality with session handling 2026-04-27 21:13:57 +05:45
authErrors.ts feat: implement single-user authentication with environment variable support and update FastAPI middleware for session management 2026-04-21 17:41:37 +05:45
constant.ts refactor!: use presenton docker codebase 2025-06-23 15:13:04 +05:45
error_helpers.ts feat(nextjs): adds basic slide scraper endpoint, feat(fastapi): adds presentation export endpoint and pptx creator service 2025-07-18 08:16:35 +05:45
image-url-converter.ts feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
mixpanel.ts refactor: cleans old unused export files from both docker and electron and uses package for export 2026-04-24 10:12:23 +05:45
providerConstants.ts feat: Integrate Vertex AI and Azure OpenAI support 2026-04-30 06:03:39 +05:45
providerUtils.ts feat: Integrate Vertex AI and Azure OpenAI support 2026-04-30 06:03:39 +05:45
serverAuth.ts refactor: streamline authentication handling and remove deprecated components, enhancing session management in Next.js middleware 2026-04-22 12:43:17 +05:45
storeHelpers.ts feat: Integrate Vertex AI and Azure OpenAI support 2026-04-30 06:03:39 +05:45