- 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". |
||
|---|---|---|
| .. | ||
| assets | ||
| auth | ||
| core | ||
| loggers | ||
| models | ||
| plugins | ||
| requirements | ||
| routes | ||
| state | ||
| tests | ||
| utils | ||
| __init__.py | ||
| colab.py | ||
| main.py | ||
| run.py | ||