Commit graph

21 commits

Author SHA1 Message Date
sauravniraula
4b9cabbada
feat(nextjs): implements presentation export for all elements except svg, canvas and tables 2025-07-19 23:05:40 +05:45
sauravniraula
039048f139
fix(nextjs): makes box with shadow inherit color from parents to fix export issue 2025-07-19 18:09:38 +05:45
sauravniraula
6ae502fc9e
fix(nextjs): changes ollama and custom llm endpoints, fix(fastapi): fixes broken image search due to ImageAsset 2025-07-19 13:26:29 +05:45
sauravniraula
41a17da47d
chore(fastapi): organizes all env usage in get and set env utilities 2025-07-19 13:00:45 +05:45
Saurav Niraula
ac90de96de
Merge pull request #92 from presenton/feat/separate-text-and-image-models-53
Feat/separate text and image models 53
2025-07-19 12:45:41 +05:45
Saurav Niraula
73782f3594
Merge pull request #96 from presenton/feat/presentation_export
feat(fastapi): adds slide element attributes to pptx_model and improves element attributes scraping
2025-07-19 12:45:23 +05:45
sauravniraula
19e69739b8
feat(fastapi): adds slide element attributes to pptx_model and improves element attributes scraping 2025-07-19 12:43:48 +05:45
sudipnext
2171dba4e5 feat: replace 'imagen' with 'gemini_flash' across image provider configurations and related services 2025-07-19 11:22:20 +05:45
sauravniraula
578792de76
feat(fastapi): adds missing ollama and custom llm endpoints and redis service 2025-07-19 10:35:53 +05:45
sudipnext
21dca979ce feat: add image provider configuration and validation
- Updated LLMConfig interface to include IMAGE_PROVIDER and PIXABAY_API_KEY.
- Enhanced handleSaveLLMConfig to log the saving process and validate IMAGE_PROVIDER.
- Implemented image provider validation logic in hasValidLLMConfig to check for required API keys based on the selected provider.
- Modified start.js to read IMAGE_PROVIDER and PIXABAY_API_KEY from environment variables and include them in the user configuration setup.
2025-07-18 17:52:23 +05:45
sauravniraula
d523eae8ac
fix(fastapi): fix pptx models network assets download 2025-07-18 17:40:17 +05:45
sauravniraula
ee38963762
feat(fastapi): adds fetch network assets in pptx creator 2025-07-18 08:27:37 +05:45
sauravniraula
a7516ee208
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
sauravniraula
03b2b06ff0
feat(fastapi): adds slide assets generation, adds dict and schema processors, fix(nextjs): changes image and icon schema fields to __xxxxx__ 2025-07-17 06:38:02 +05:45
sauravniraula
1e1637f286
feat(fastapi): adds slides assets genetation logic 2025-07-17 03:15:18 +05:45
sauravniraula
d1754e6029
feat(fastapi): adds schema processor 2025-07-17 02:51:49 +05:45
sauravniraula
ffa22b1663
feat(fastapi): adds image gen and icon search endpoints, chore(fastapi): seperates middlewares and lifespan from main.py 2025-07-16 04:36:19 +05:45
sauravniraula
ea3ff5be47
feat(fastapi): adds icons finder service to search icons using fastembed-vectorstore 2025-07-15 23:56:26 +05:45
sauravniraula
a99db53bba
feat(fastapi): adds image generation service 2025-07-15 23:13:00 +05:45
sauravniraula
c88d427b31
feat(fastapi): adds presentation generation using provided slide schemas, refactor(fastapi): converts class based endpoint handlers to organized functional handlers 2025-07-15 05:41:31 +05:45
sauravniraula
788c8c4042
refactor(fastapi): progress 2025-07-14 18:49:48 +05:45