Commit graph

1223 commits

Author SHA1 Message Date
Suraj Jha
077cdbdca2 update: add endpoint to process pdf 2025-08-01 23:53:37 +05:45
shiva raj badu
0014c57605
Merge branch 'pdf-pptx-layout' of github.com:presenton/presenton into pdf-pptx-layout 2025-08-01 23:18:29 +05:45
Suraj Jha
e93f8e0f4d feat: add endpoint for presentation summary 2025-08-01 23:08:39 +05:45
shiva raj badu
9a0e129790
Merge branch 'pdf-pptx-layout' of github.com:presenton/presenton into pdf-pptx-layout 2025-08-01 23:02:34 +05:45
shiva raj badu
2b2c7757e2
feat(Nextjs): Custom Layout Compiling & used in generation 2025-08-01 23:01:41 +05:45
Suraj Jha
0413ee26d4 fix: reformatted for better conversion to react, add fonts to layout 2025-08-01 22:53:22 +05:45
Saurav Niraula
1ec938034c
Merge pull request #178 from presenton/feat/new-dark-theme-layout
feat(nextjs): adds new classic dark layout
2025-08-01 21:47:17 +05:45
sauravniraula
16aec6b5e8
feat(nextjs): adds new classic dark layout 2025-08-01 21:41:28 +05:45
Suraj Jha
cd57b53348 fix: add multiple images to choose from while slide to html 2025-08-01 19:36:08 +05:45
sauravniraula
e8a5da2e5f
chore(docker): adds new environment variables in docker compose 2025-08-01 18:58:30 +05:45
shiva raj badu
7449be7f20
chore(Nextjs): Custom Layout API Connect 2025-08-01 18:23:28 +05:45
Saurav Niraula
2823b8c12f
Merge pull request #177 from presenton/feat/tool-call-support-in-custom-llm
feat: adds support for deepseek using custom llm (tool calls for deepseek)
2025-08-01 18:17:42 +05:45
sauravniraula
4b6de697ec
feat: adds support for deepseek using custom llm (tool calls for deepseek) 2025-08-01 18:16:59 +05:45
Suraj Jha
3e14c0a7e8 feat: add font endpoint 2025-08-01 16:18:49 +05:45
Suraj Jha
d627fdbcb8 update: add fonts information to /slide-to-html endpoint 2025-08-01 15:27:58 +05:45
sauravniraula
60bc61ae48
Merge branch 'main' of github.com:presenton/presenton 2025-08-01 15:12:14 +05:45
sauravniraula
934a371ba3
fix(fastapi): fixes checks for custom llm api key 2025-08-01 15:11:49 +05:45
Saurav Niraula
11096e78d5
Update README.md 2025-08-01 15:02:22 +05:45
Suraj Jha
34b8343f6c fix: add left changes for layout management 2025-08-01 14:40:51 +05:45
sauravniraula
33a532e546
Merge branch 'main' of github.com:presenton/presenton 2025-08-01 14:28:50 +05:45
sauravniraula
9c9c62500b
docs(readme): adds new enviroment variables and claude setup docs 2025-08-01 14:27:59 +05:45
Suraj Jha
2af747f1c6
Merge pull request #176 from presenton/small-placeholder-image
fix: compressed default placeholder image
2025-08-01 14:19:00 +05:45
Suraj Jha
bbf1588281 fix: compressed default placeholder image 2025-08-01 14:16:39 +05:45
sauravniraula
24b3999dab
fix(fastapi): temporarily removes presentation notes from API 2025-08-01 14:15:09 +05:45
sauravniraula
8792239ee4
chore(nextjs): sets default models for openai, google and anthropic in UI 2025-08-01 14:10:10 +05:45
Saurav Niraula
ee7ab1d0ba
Merge pull request #175 from presenton/fix/script-file-endline-issue-win
fix/script file endline issue win
2025-08-01 13:57:59 +05:45
sauravniraula
41cd7e2b61
fix(docker): removes sh scripts to fix format error on windows, moves script logic to start.js 2025-08-01 13:57:15 +05:45
sauravniraula
d8586f0a7a
fix(nextjs): sets default ollama url if none provided on start 2025-08-01 13:56:09 +05:45
Suraj Jha
e6f166a29c Merge branch 'pdf-pptx-layout' of https://github.com/presenton/presenton into pdf-pptx-layout
merge
2025-08-01 13:44:40 +05:45
Suraj Jha
ff2977d2a0 feat: add endpoints to save and retrieve generated layouts 2025-08-01 13:44:20 +05:45
shiva raj badu
63f34f90ae
refactor(Nextjs): Chinese Language With Simplified & Traditional 2025-08-01 12:02:09 +05:45
shiva raj badu
e3595ac963
refactor(Nextjs): Custom Layout and canvas restrucred 2025-08-01 00:37:35 +05:45
Saurav Niraula
e094d5771c
Merge pull request #173 from presenton/feat/claude-support
feat/claude support
2025-08-01 00:17:39 +05:45
sauravniraula
7795645a69
fix(start script): adds openai and google model in user config 2025-08-01 00:16:53 +05:45
sauravniraula
6b9635d165
feat(nextjs): adds model selection options for openai and google, refactor 2025-08-01 00:15:56 +05:45
sauravniraula
e542fdf869
feat(fastapi): adds strict support for every schemas, proper models check, refactor 2025-08-01 00:15:03 +05:45
Suraj Jha
e8670626bc fix: html edit with single image, add schemas in tsx export 2025-07-31 23:46:57 +05:45
shiva raj badu
049824836c
feat(Nextjs): Save Layout implemented 2025-07-31 22:36:58 +05:45
sauravniraula
9ad017f164
fix(fastapi): stops server restart on production 2025-07-31 17:08:23 +05:45
sauravniraula
bb6abf1890
feat(fastapi): converts schema to pydantic model for structured response, fix: changes icon and image schema for pydantic model support 2025-07-31 15:50:41 +05:45
shiva raj badu
0b8db37b73
feat(Nextjs): Custom Layout Editing & convert to React Component 2025-07-31 14:25:58 +05:45
sauravniraula
c63944b7cf
feat(fastapi): uses llm client wrapper to wrap all clients 2025-07-31 13:27:21 +05:45
sauravniraula
0c02eafeca
Merge branch 'main' 2025-07-31 12:32:34 +05:45
shiva raj badu
4ebd480d46
Merged with main 2025-07-31 11:46:08 +05:45
shiva raj badu
201e2ee11d
feat(Nextjs): Custom Layout Extractor & Canvas Draw implemented 2025-07-31 01:56:29 +05:45
shiva raj badu
bcc3fbf099
chore(docker files): Change node version to 20 2025-07-31 01:48:07 +05:45
sauravniraula
913c0bf280
fix(fastapi): sets custom url correctly 2025-07-30 23:35:29 +05:45
sauravniraula
0a644a030f
fix(start script): adds claude support 2025-07-30 23:33:17 +05:45
sauravniraula
2150742a54
feat(fastapi): adds a LLMClient wrapper for better control and error handling 2025-07-30 23:31:21 +05:45
sauravniraula
ac5d278a9b
feat(nextjs): adds claude support in home and settings page 2025-07-30 23:30:39 +05:45