presenton/servers/fastapi/models
2025-08-09 15:36:43 +05:45
..
sql Merged with main 2025-08-05 22:37:25 +05:45
__init__.py feat(fastapi): adds get presentation from id endpoint 2025-07-17 00:27:49 +05:45
decomposed_file_info.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
document_chunk.py fix(fastapi): uses SlideOutlineModel to wrap slide outline, to fix json repair issue 2025-08-06 21:53:40 +05:45
image_prompt.py feat(fastapi): adds image generation service 2025-07-15 23:13:00 +05:45
json_path_guide.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
llm_message.py feat(fastapi): adds tool calls support for anthropic generate 2025-08-08 09:06:05 +05:45
llm_tool_call.py feat(fastapi): adds tool calls support for anthropic generate 2025-08-08 09:06:05 +05:45
llm_tools.py feat(fastapi): adds anthropic web search, fix(fastapi): llm messages to system and user message 2025-08-09 01:36:16 +05:45
ollama_model_metadata.py style: remove ollama icons 2025-08-09 03:47:52 +05:45
ollama_model_status.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
pptx_models.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
presentation_and_path.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
presentation_from_template.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
presentation_layout.py feat(fastapi): adds strict support for every schemas, proper models check, refactor 2025-08-01 00:15:03 +05:45
presentation_outline_model.py fix(fastapi): uses SlideOutlineModel to wrap slide outline, to fix json repair issue 2025-08-06 21:53:40 +05:45
presentation_structure_model.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
presentation_with_slides.py feat(fastapi): changes presentation generation flow for documents to chunk it and extract as outlines 2025-08-03 20:14:53 +05:45
slide_layout_index.py feat(fastapi): adds slide edit feature 2025-07-21 01:27:15 +05:45
sse_response.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
user_config.py refactor: removes redis service and env variables, fix(fastapi): user config bool env variables issues, parse tool fix for custom llm on tool call structured output 2025-08-09 03:03:13 +05:45