unsloth/studio/frontend/src
Daniel Han 37fe04f7bf
studio: add SVG preview, fix streaming bug and model selector state (#4354)
- Add SVG preview rendering below code blocks using safe data URI
  in <img> tag. Includes sanitization to block script/event handlers.
- Fix GGUF streaming crash: cache response.iter_text() iterator
  instead of creating a new one on every loop iteration.
- Fix model selector showing "Select model..." after auto-load by
  re-reading store state after setCheckpoint before setParams.
- Remove unused warmupToastShown variable (TS6133 build error).
- Change default suggestion to "Draw an SVG of a cute sloth".
2026-03-17 02:34:05 -07:00
..
app chat only with gguf for mac devices (#4300) 2026-03-15 23:20:48 +04:00
assets Final cleanup 2026-03-12 18:28:04 +00:00
components studio: add SVG preview, fix streaming bug and model selector state (#4354) 2026-03-17 02:34:05 -07:00
config studio: web search, KV cache dtype, training progress, inference fixes 2026-03-17 00:30:01 -07:00
features studio: add SVG preview, fix streaming bug and model selector state (#4354) 2026-03-17 02:34:05 -07:00
hooks studio: web search, KV cache dtype, training progress, inference fixes 2026-03-17 00:30:01 -07:00
lib Update license headers 2026-03-12 17:23:10 +00:00
shared Update license headers 2026-03-12 17:23:10 +00:00
stores Update license headers 2026-03-12 17:23:10 +00:00
types Update license headers 2026-03-12 17:23:10 +00:00
utils Update license headers 2026-03-12 17:23:10 +00:00
index.css Final cleanup 2026-03-12 18:28:04 +00:00
main.tsx chat only with gguf for mac devices (#4300) 2026-03-15 23:20:48 +04:00
speech-recognition.d.ts Update license headers 2026-03-12 17:23:10 +00:00