slide-deck-ai / app.py

Commit History

Fix long lines and unused imports
f97d68c

barunsaha commited on

fix: Address PR comments
70680dd

google-labs-jules[bot] commited on

fix: Address PR comments
f243b4c

google-labs-jules[bot] commited on

fix: Address PR comments
2535210

google-labs-jules[bot] commited on

fix: Address PR comments
d051ea8

google-labs-jules[bot] commited on

Update and format for review commits
09eecef
unverified

sairampillai commited on

Fix review commits and change to lazy logging
80f53c9
unverified

sairampillai commited on

Fix merge conflicts
4f28ec0
unverified

sairampillai commited on

refactor: remove CSS and simplify reset_chat_history cleanup
50f6065
unverified

Aditya Bakshi commited on

Add Space and Remove .DS_Store files
2f30b33
unverified

Aditya Bakshi commited on

update reset_chat_history to use pop, delete temp file, and use pdf file key
a175e7e
unverified

Aditya Bakshi commited on

some comments for new chat button and use single quotes
dc387c3
unverified

Aditya Bakshi commited on

add new chat icon
902f8d2
unverified

Aditya Bakshi commited on

make NC button smaller and reduce surrounding gap
311752f
unverified

Aditya Bakshi commited on

Add reset button to top of sidebar
b81f35e
unverified

Aditya Bakshi commited on

add reset button just below the chat input
aa3b541
unverified

Aditya Bakshi commited on

Fix review comments and formatting
54db4e6
unverified

sairampillai commited on

Fix openrouter and Azure endpoint integration
15a4e19

sairampillai commited on

Integrate LiteLLM and Deprecate Langchain for LLM calls
0ad77a1

sairampillai commited on

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