- 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". |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| audio_codecs.py | ||
| defaults.py | ||
| inference.py | ||
| llama_cpp.py | ||
| orchestrator.py | ||
| tools.py | ||
| worker.py | ||