Commit graph

312 commits

Author SHA1 Message Date
sauravniraula
f80a278c34
feat: use new endpoints in UI 2025-09-07 22:32:25 +05:45
sauravniraula
a992f40077
feat: adds table of contents, title slide, web search options in both UI and API Endpoints 2025-09-07 22:06:22 +05:45
sauravniraula
0c5c53e24c
perf: makes update endpoint flexible and reduces updates 2025-09-03 21:35:18 +05:45
sauravniraula
b56e01a3c0
fix: ollama pull status sql table 2025-09-01 14:31:07 +05:45
sauravniraula
fa8a8c20f1
chore: change gemini flash image generation to 2.5 flash preview 2025-09-01 12:27:45 +05:45
sauravniraula
ca88bc67c4
fix(fastapi): fix flow for outlines generation if chunker fails 2025-09-01 11:06:07 +05:45
sauravniraula
5610ef8e78
chore: makes sure new slides are generated before deleting old ones 2025-08-30 17:31:46 +05:45
Saurav Niraula
3ad1e59a46
Merge pull request #260 from presenton/feat/llm-client-error-handling
feat(fastapi): adds better error handling for LLMClient
2025-08-30 16:39:13 +05:45
shiva raj badu
9765749a83
feat: add undo/redo buttons & re-generate in presentation page 2025-08-30 16:31:11 +05:45
sauravniraula
c4318b5c28
feat(fastapi): adds better error handling for LLMClient 2025-08-30 14:30:58 +05:45
shiva raj badu
99fd1f3ea9
Merge branch 'main' of github.com:presenton/presenton 2025-08-29 20:07:11 +05:45
shiva raj badu
c5b465eb02
feat: implement image upload, retrieval & deletetion endpoints, Also implemented on Nextjs 2025-08-29 20:04:18 +05:45
sauravniraula
f9b5fa32ea
perf: generate assets and slides batch concurrently 2025-08-29 15:07:34 +05:45
sauravniraula
e6d2cb6566
perf: generates slides concurrently in batch of 10 in API 2025-08-29 12:55:53 +05:45
sauravniraula
3acfc1dffb
fix: enable web search by default on UI flow if WEB_GROUNDING is enabled 2025-08-29 12:39:06 +05:45
sauravniraula
614948887f
feat: adds tone, verbosity and refactors tables 2025-08-29 10:52:34 +05:45
sauravniraula
5ec4144f9f
feat: adds content and instruction on UI endpoints 2025-08-28 20:35:27 +05:45
sauravniraula
6fa63c8ece
feat: documents support in API 2025-08-28 18:31:57 +05:45
sauravniraula
74dc67628d
feat: multiple document support in outlines generation 2025-08-28 18:25:13 +05:45
sauravniraula
b33b44de99
fix: icon finder services reinitiating in every request 2025-08-28 14:55:12 +05:45
sauravniraula
0d1de4a28e
feat: adds placeholder image and icons while generating 2025-08-28 14:11:04 +05:45
sauravniraula
c5b255a3c8
fix: removes datetime tool and provide it directly 2025-08-28 14:01:12 +05:45
sauravniraula
1299d37e59
fix(fastapi): improves llm client for structured output 2025-08-20 21:29:48 +05:45
sauravniraula
4156933c9b
fix(fastapi): adds missing parts check in unstructured google stream 2025-08-20 20:46:49 +05:45
sauravniraula
9ba0346935
fix(fastapi): adds checks for none parts for google structured, chore: removes fastmcp logs 2025-08-20 20:45:45 +05:45
Suraj Jha
96ce602433
fix: max file size to 100mb for custom template 2025-08-19 23:44:41 +05:45
Suraj Jha
4f4783bc35
fix: use http_proxy while getting image on network 2025-08-19 15:19:57 +05:45
Suraj Jha
de3e9706eb
update: add new endpoint mcp for custom templates list 2025-08-18 14:01:37 +05:45
Suraj Jha
00b034a52d
feat: openai spec based mcp server fastmcp 2025-08-18 13:36:29 +05:45
Suraj Jha
3c9a4f9ce8
update: simplify mcp 2025-08-17 23:16:26 +05:45
sauravniraula
c63bf35c51
fix: adds support for sslmode and other params in database url 2025-08-16 20:48:42 +05:45
sauravniraula
32aa48e0e6
fix(fastapi): speaker note null issue on api 2025-08-14 21:25:54 +05:45
sauravniraula
dc6c4d1fd3
Merge branch 'main' into fix/llm-client-issues 2025-08-14 12:09:30 +05:45
sauravniraula
f518afc88b
fix(fastapi): adds check in llm client for available openai event choices 2025-08-14 12:08:55 +05:45
Suraj Jha
3415208a7c
fix: stuck template generation 2025-08-13 17:54:47 +05:45
sauravniraula
29841bdd06
feat(fastapi): adds logic to generate speaker notes and slide note support in export 2025-08-12 16:18:57 +05:45
sauravniraula
362af45189
fix(fastapi): solves issue on PPTX export where markdown content was not correctly parsed 2025-08-12 13:10:29 +05:45
sauravniraula
65eff34078
fix: only add enable thinking false if disable thinking is set to true for custom models 2025-08-12 06:43:49 +05:45
sauravniraula
2b8ee7278c
fix: user config set bool environment variables issue 2025-08-11 21:02:00 +05:45
sauravniraula
816a62a04a
fix(fastapi): solves malformed function call from google on ResponseSchema function call 2025-08-11 20:55:25 +05:45
sauravniraula
998e6be325
fix(llm_client): google structured stream and tool call issue 2025-08-11 16:33:59 +05:45
sauravniraula
2281d174d8
chore: changes api body 'layout' to 'template' 2025-08-10 18:00:39 +05:45
Saurav Niraula
9bd97d22ec
Merge pull request #202 from presenton/fix/pptx-export-issues
fix: division by zero, no paragraphs in text box model and elements with 0 width or height issue solved
2025-08-10 17:57:56 +05:45
sauravniraula
d08c0def85
fix(outline generation): adds instruction to not provide image in outlines 2025-08-10 17:57:07 +05:45
sauravniraula
56cd69a8b6
fix: division by zero, no paragraphs in text box model and elements with 0 width or height issue solved 2025-08-10 17:52:52 +05:45
sauravniraula
d3a951dc05
chore: cleanup 2025-08-10 17:13:48 +05:45
Suraj Jha
3ac73bffe4
fix: redirect after saving template and not saving style attributes to schema 2025-08-10 15:47:19 +05:45
Suraj Jha
2cd5eef92f
feat: upload fonts to slide and be able to retrieve deduplicated list for all in template 2025-08-10 00:55:25 +05:45
Suraj Jha
353f8e41d1
merge: for name and description of templates 2025-08-10 00:29:30 +05:45
Suraj Jha
2f653d78cf
update: send template name and description and show them 2025-08-10 00:24:13 +05:45