DeepSeek-V4-Pro / index.html

Commit History

feat: implement dynamic stream timeout to improve response handling responsiveness
0195d91

akhaliq HF Staff commited on

feat: add generation state management and a 30s stream timeout to prevent hanging
b35d8de

akhaliq HF Staff commited on

refactor: migrate chat submission to manual async iterator loop to prevent Gradio client hanging
3b84323

akhaliq HF Staff commited on

refactor: migrate chat submission from async iteration to event-based handling and modularize input unlocking
81f6414

akhaliq HF Staff commited on

fix: disable send button when input is empty after request completion
d089261

akhaliq HF Staff commited on

fix: remove extraneous markdown code block delimiters from HTML file
0915d75

akhaliq HF Staff commited on

refactor: switch model to fastest and format CSS in index.html
553dd58

akhaliq HF Staff commited on

Update index.html
1ce54e7
verified

akhaliq HF Staff commited on

Update index.html
847f2fc
verified

akhaliq HF Staff commited on

Update index.html
a912253
verified

akhaliq HF Staff commited on

Update index.html
2d545b2
verified

akhaliq HF Staff commited on

Update index.html
cc9f871
verified

akhaliq HF Staff commited on

feat: break stream processing loop upon receiving complete stage event
23357ef

akhaliq HF Staff commited on

refactor: update UI theme to Slate color palette and replace SVG icons with custom avatar images
5d6408b

akhaliq HF Staff commited on

feat: redesign chat interface with a dark theme and modernized message layout
9277efd

akhaliq HF Staff commited on

fix: handle null or undefined content when parsing markdown in bot messages
e52ddb2

akhaliq HF Staff commited on

feat: initialize DeepSeek V4 Pro project with a Gradio-backed web chat interface
826ae84

akhaliq HF Staff commited on