CoolFace
Apppublic

Mikaildolu/DeepSeek-V4-Proaaa

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
23 commits on main
91970af5mo ago

chore: update model endpoint to deepseek-ai/DeepSeek-V4-Pro:fireworks-ai

akhaliq
0195d915mo ago

feat: implement dynamic stream timeout to improve response handling responsiveness

akhaliq
b35d8de5mo ago

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

akhaliq
3b843235mo ago

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

akhaliq
81f64145mo ago

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

akhaliq
d0892615mo ago

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

akhaliq
0915d755mo ago

fix: remove extraneous markdown code block delimiters from HTML file

akhaliq
553dd585mo ago

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

akhaliq
1ce54e75mo ago

Update index.html

akhaliq
847f2fc5mo ago

Update index.html

akhaliq
a9122535mo ago

Update index.html

akhaliq
2d545b25mo ago

Update index.html

akhaliq
cc9f8715mo ago

Update index.html

akhaliq
af660b45mo ago

Update app.py

akhaliq
23357ef5mo ago

feat: break stream processing loop upon receiving complete stage event

akhaliq
5d6408b5mo ago

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

akhaliq
9277efd5mo ago

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

akhaliq
fa1dfe45mo ago

refactor: remove explicit output definition and update chat return type hint

akhaliq
621875e5mo ago

feat: specify text output format in chat api decorator

akhaliq
e52ddb25mo ago

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

akhaliq
bf21d045mo ago

refactor: remove explicit path from chat API route decorator

akhaliq
826ae845mo ago

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

akhaliq
cfbcf095mo ago

initial commit

akhaliq