CoolFace
Apppublic

akhaliq/Kimi-K3

sourceHugging Faceupdated 2mo agoView on Hugging Face
18likes
17 commits on main
f0483372mo ago

Switch model to moonshotai/Kimi-K3:fireworks-ai

akhaliq, Claude
e3f07562mo ago

Add openai to requirements.txt

akhaliq, Claude
fe9229b2mo ago

Switch to OpenAI client with Kimi-K3:fastest

akhaliq, Claude
78a122e2mo ago

Trim placeholder and model label to reflect direct inference

akhaliq, Claude
ee660452mo ago

Add .gitignore for __pycache__ and .pyc

akhaliq, Claude
d860d772mo ago

Remove __pycache__ from repo

akhaliq, Claude
48cd7a52mo ago

Handle Gradio file references in to_data_url

akhaliq, Claude
4e8189a2mo ago

Add return type annotation to chat() for streaming

akhaliq, Claude
54d25fe2mo ago

Use client.submit() with for-await to stream data events

akhaliq, Claude
03228252mo ago

Redesign UI as terminal-style chat

akhaliq, Claude
078b2dd2mo ago

Stream chat responses via SSE

akhaliq, Claude
ede422f2mo ago

Read HF_TOKEN from server-side Space secret

akhaliq, Claude
d6fa6f42mo ago

Revert to documented @app.get('/', response_class=HTMLResponse) pattern

akhaliq, Claude
9ed47cb2mo ago

Fix / route being intercepted by Gradio API

akhaliq, Claude
4dc6db22mo ago

Convert to gradio.Server with custom HTML frontend

akhaliq, Claude
f0ef68c2mo ago

Upload folder using huggingface_hub

akhaliq
07b80de2mo ago

initial commit

akhaliq