presenton/servers/fastapi
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
..
api feat: add image provider configuration and validation 2025-07-18 17:52:23 +05:45
assets feat(fastapi): adds icons finder service to search icons using fastembed-vectorstore 2025-07-15 23:56:26 +05:45
constants feat(fastapi): adds get presentation from id endpoint 2025-07-17 00:27:49 +05:45
enums feat: add image provider configuration and validation 2025-07-18 17:52:23 +05:45
models feat: add image provider configuration and validation 2025-07-18 17:52:23 +05:45
services feat: add image provider configuration and validation 2025-07-18 17:52:23 +05:45
static feat(fastapi): adds image generation service 2025-07-15 23:13:00 +05:45
tests feat: add image provider configuration and validation 2025-07-18 17:52:23 +05:45
utils feat: add image provider configuration and validation 2025-07-18 17:52:23 +05:45
get_test_schema.py 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
requirements.txt feat(fastapi): adds get presentation from id endpoint 2025-07-17 00:27:49 +05:45
server.py 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