This website requires JavaScript.
Explore
Help
Register
Sign in
Oliver
/
presenton
Watch
1
Star
0
Fork
You've already forked presenton
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
88437178b7
presenton
/
servers
/
fastapi
/
api
/
v1
/
ppt
/
endpoints
History
sudipnext
71ff6e6adf
fix(images): return correct image path after generation (a classic SQLAlchemy "detached instance" bug by making sure to access ORM attributes while the session is still open).
...
-update Pixabay API to default to per_page3
2025-07-29 11:31:43 +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(images): return correct image path after generation (a classic SQLAlchemy "detached instance" bug by making sure to access ORM attributes while the session is still open).
2025-07-29 11:31:43 +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