presenton/servers/fastapi/enums
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
..
__init__.py feat(fastapi): adds get presentation from id endpoint 2025-07-17 00:27:49 +05:45
image_provider.py feat: add Open WebUI as image generation provider 2026-04-05 12:27:45 -05:00
llm_call_type.py feat(fastapi): adding llm agent that supports tool calls and handling 2025-08-07 04:44:39 +05:45
llm_provider.py feat: Integrate Vertex AI and Azure OpenAI support 2026-04-30 06:03:39 +05:45
tone.py feat: adds table of contents, title slide, web search options in both UI and API Endpoints 2025-09-07 22:06:22 +05:45
verbosity.py feat: adds table of contents, title slide, web search options in both UI and API Endpoints 2025-09-07 22:06:22 +05:45
webhook_event.py feat(fastapi): adds webhook support which lets you listen to events 2025-09-16 17:31:22 +05:45