slide-deck-ai / app.py

Commit History

Update the page range display text
5032c92

barunsaha commited on

Fix the page range slider placement and improve some code formatting
851cd5e

barunsaha commited on

Refactor PDF extraction logic for single page, improve comments for clarity, and revert placeholder text
65c99df

adibak commited on

capitalize first letter in comments
d1e63a2

adibak commited on

Merge branch 'barun-saha:main' into main
cb371b8
unverified

adibak commited on

additional changes
3a1a1b8

adibak commited on

Skip API key validation for Ollama and update version
3179f23

barunsaha commited on

make changes per PR review
90c828a

adibak commited on

comments
90c3309

adibak commited on

comments
10c7343

adibak commited on

chat uploads, make slider work
9c242be

adibak commited on

remove upload zone, allow chat uploads, set & update slider range
1e2c128

adibak commited on

make pdf acceptable
8b78f58

adibak commited on

make upload zone around chat, and name+slider on sidebar
257a4d5

adibak commited on

make expander and slider work for upload
8880077

adibak commited on

comments
a075c1d

adibak commited on

comments
0f8aea1

adibak commited on

add comments and visually clear file input upon clicking X
8f4c73e

adibak commited on

move file input to sidebar and set page range max to pdf length
dade368

adibak commited on

added page range slider by modifying get_pdf_content and app.py
b4b5aad

adibak commited on

refactor: move re import from app.py to global_config.py
2848e7f

rsrini7 commited on

refactor: move PROVIDER_REGEX to GlobalConfig class
6c5a6a1

rsrini7 commited on

refactor: move provider env keys to GlobalConfig and optimize imports
b4ec8f7

rsrini7 commited on

refactor: move LLM max input length to global config
1f1c036

rsrini7 commited on

dynamically added input text limit and removed .idea folder
d499f0a

rsrini7 commited on

warning removed and resued streamlit session
b7b55f2

rsrini7 commited on

auto load api key from .env if set for the selected model
efd4c34

rsrini7 commited on

open router with openai api using langchain sdk
3b3664d

rsrini7 commited on

added openrouter api and called using simple http layer
ebb3b12

rsrini7 commited on

Move PDF content extraction to a separate module
1540d77

barunsaha commited on

Set max page limit as a constant
a3eb7e4

barunsaha commited on

Update prompts & additional info handling on refinement
af702c9

barunsaha commited on

Add initial version of PDF-based PPT generation
e05d21b

barunsaha commited on

Remove default HF access token
a1424a7

barunsaha commited on

Update HF token & permission message
2d65634

barunsaha commited on

Further update the error message
607f420

barunsaha commited on

Set default LLM via env variable
a18e5bc

barunsaha commited on

Fix error in previously handled error!
258a34d

barunsaha commited on

Display a helpful message on HF inference quota exhaustion error
5186765

barunsaha commited on

Add Ollama model name example
32fb706

barunsaha commited on

Add missing input fields in case of offline usage (Ollama)
6d3e57c

barunsaha commited on

Add Azure OpenAI support
e65d286

barunsaha commited on

Add Gemini Flash Lite and update usage instructions
dd2517b

barunsaha commited on

Add API key error message for Together AI
5b59747

barunsaha commited on

Add Llama 3 LLMs via Together AI
46d1ee4

barunsaha commited on

Add gemini-2.0-flash-exp LLM
856ad6d

barunsaha commited on

Add New Year's greetings
9dea25e

barunsaha commited on

Remove print
2632048

barunsaha commited on

Add support for offline LLMs via Ollama
4184417

barunsaha commited on

Clear API key input when a different LLM is selected
16bd9b2

barunsaha commited on