Commit History

Update config.py
0633594
Running
verified

R-Kentaren commited on

Update config.py
6f2b397
verified

R-Kentaren commited on

Update config.py
bcbee74
verified

R-Kentaren commited on

Update config.py
49d489a
verified

R-Kentaren commited on

Update config.py
3fdcbe9
verified

R-Kentaren commited on

Update app.py
13597bf
verified

R-Kentaren commited on

Update app.py
f7b1360
verified

R-Kentaren commited on

Update requirements.txt
25e7c41
verified

R-Kentaren commited on

Update app.py
0ff1c7b
verified

R-Kentaren commited on

Update app.py
7fa6b40
verified

R-Kentaren commited on

Update app.py
150692c
verified

R-Kentaren commited on

Update app.py
6861394
verified

R-Kentaren commited on

Update README.md
ada8101
verified

R-Kentaren commited on

Delete README_OLD.md
cb2ef9f
verified

R-Kentaren commited on

Delete USER_GUIDE.md
880d37e
verified

R-Kentaren commited on

Create app.py
fd64ee9
verified

R-Kentaren commited on

Rename app.py to config.py
9a0f889
verified

R-Kentaren commited on

Add comprehensive changelog for UI/UX improvement session
31c47f7

luigi-liu-tw commited on

Add UI/UX improvements summary documentation
a68593c

luigi-liu-tw commited on

Add comprehensive documentation and user guide
c1bc514

luigi-liu-tw commited on

Major UI/UX improvements for better user experience
df40b1d

luigi-liu-tw commited on

Fix UI not resetting after cancel - add reset handler
b7e5000

luigi-liu-tw commited on

Fix GeneratorExit handling to prevent runtime error
c49f312

luigi-liu-tw commited on

Fix cancel generation feature by removing GeneratorExit handler
9466288

luigi-liu-tw commited on

Handle GeneratorExit by yielding UI reset and returning cleanly
a430811

luigi-liu-tw commited on

Simplify GeneratorExit handling - let it propagate and rely on finally block
6dc4bdb

luigi-liu-tw commited on

Fix GeneratorExit handling by re-raising after UI reset
6ff484e

luigi-liu-tw commited on

Fix UI state reset after generation cancellation
fcb2aaa

luigi-liu-tw commited on

Fix GeneratorExit exception in cancel generation by adding proper exception handling
4bc617b

luigi-liu-tw commited on

Improve cancel generation with robust UI state management and orchestrator pattern
9ac7f36

luigi-liu-tw commited on

Restore cancel generation feature with improved UI integration
a94befb

luigi-liu-tw commited on

Remove cancel generation feature as it didn't work
efa3ae6

luigi-liu-tw commited on

Restore proper cancel functionality
afa1066

luigi-liu-tw commited on

Test stopping criteria effectiveness
f0d2ab7

luigi-liu-tw commited on

Improve cancel generation responsiveness
48e50b8

luigi-liu-tw commited on

Fix cancel generation to gracefully stop ongoing response generation
a73d8f4

luigi-liu-tw commited on

remove qwen3 30b-a3b and qwen3 next 80b-a3b
4af617b

luigi-liu-tw commited on

Remove AOT indication from UI duration estimate
f97cbfc

luigi-liu-tw commited on

Remove AOT compilation completely and enable use_cache
426163f

luigi-liu-tw commited on

Fix dynamic_shapes kwargs to match inputs structure for AOT compilation
273acf8

luigi-liu-tw commited on

Fix AOT compilation dynamic_shapes to match expected arg names for torch.export.export
0a99dfc

luigi-liu-tw commited on

Update requirements.txt
4d2c362
verified

Luigi commited on

Update requirements.txt
48d806a
verified

Luigi commited on

Add dynamic GPU time estimate indicator to UI
fc989b4

luigi-liu-tw commited on

Improve model size detection: replace ad-hoc string parsing with reliable params_b field in MODELS dict
ab92e0d

luigi-liu-tw commited on

Add qwen 80b-a3b
8cdf3e1

luigi-liu-tw commited on

Set better defaults for free-tier users: Qwen3-1.7B model, 1024 max tokens, search disabled
2cae073

luigi-liu-tw commited on

Adjust duration estimation for H200 performance - reduce conservative estimates
de766da

luigi-liu-tw commited on

Use actual parameter count for AOT decision instead of string matching
e3e334f

luigi-liu-tw commited on