presenton/servers/fastapi/api/v1/ppt/endpoints
2025-07-29 09:30:58 +05:45
..
custom_llm.py feat(fastapi): adds missing ollama and custom llm endpoints and redis service 2025-07-19 10:35:53 +05:45
files.py feat(fastapi): adds missing ollama and custom llm endpoints and redis service 2025-07-19 10:35:53 +05:45
icons.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
images.py fix(fastapi): checks if generated image is ImageAsset or str and saves it to database accordingly, feat(fastapi): adds list generated images endpoint 2025-07-21 02:14:02 +05:45
ollama.py 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
outlines.py chore(fastapi): returns presentation as object in sse complete response on outlines endpoint 2025-07-26 01:53:20 +05:45
presentation.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
slide.py fix(fastapi): replaces chromadb with qdrant[fastembed] 2025-07-28 14:11:52 +05:45