presenton/servers/fastapi/utils
2025-07-30 10:30:03 +05:45
..
llm_calls fix(fastapi): adds explicit language guidelines for slide generation and edit 2025-07-30 10:30:03 +05:45
__init__.py feat(fastapi): adds get presentation from id endpoint 2025-07-17 00:27:49 +05:45
asset_directory_utils.py feat(fastapi): Uploads directory mounted for uploaded images 2025-07-20 14:14:51 +05:45
async_iterator.py fix(fastapi): uses google genai client for gemini calls 2025-07-16 20:43:20 +05:45
custom_llm_provider.py refactor(fastapi): progress 2025-07-14 18:49:48 +05:45
dict_utils.py feat(fastapi): adds an endpoint where you can use generated presentation as template and create new presentation 2025-07-28 17:45:11 +05:45
download_helpers.py feat(fastapi): adds icons finder service to search icons using fastembed-vectorstore 2025-07-15 23:56:26 +05:45
error_handling.py fix(fastapi+nextjs): provides default height and width if not available, provides presentation json in sse complete response in outlines 2025-07-26 02:13:54 +05:45
export_utils.py fix(fastapi): fix /generate enpoint to take form data, reduced database calls and makes assets fetch more efficient 2025-07-29 09:30:58 +05:45
get_dynamic_models.py fix(fastapi): makes outline notes optional 2025-07-26 04:07:57 +05:45
get_env.py fix(fastapi): changes custom llm url env name 2025-07-26 21:22:04 +05:45
image_provider.py fix(fastapi): returns placeholder image is image provider is not selected 2025-07-29 11:55:32 +05:45
image_utils.py fix(nextjs+fastapi): adds invert in pptx picture box model, which when set inverts the image during export 2025-07-26 20:25:29 +05:45
llm_provider.py adsjflkafj 2025-07-24 00:55:47 +05:45
model_availability.py chore(fastapi) 2025-07-29 12:10:29 +05:45
ollama.py 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
process_slides.py fix(fastapi): replaces chromadb with qdrant[fastembed] 2025-07-28 14:11:52 +05:45
randomizers.py 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
schema_utils.py fix(fastapi): removes seperate schema constraints from system prompt, fix(nextjs): improves layout schema constraints 2025-07-21 23:37:30 +05:45
set_env.py feat: add image provider configuration and validation 2025-07-18 17:52:23 +05:45
user_config.py feat: add image provider configuration and validation 2025-07-18 17:52:23 +05:45
validators.py fix(fastapi): fix /generate enpoint to take form data, reduced database calls and makes assets fetch more efficient 2025-07-29 09:30:58 +05:45