• Stefy Lanza (nextime / spora )'s avatar
    fix: tool-call streaming/format robustness + clear over-context error · 3834ecf5
    Stefy Lanza (nextime / spora ) authored
    - Streaming tool gate now withholds the gemma/qwen native `<|tool_call>` marker
      (and partials) too, not just `<tool_call>`/`call:NAME{` — so the raw marker no
      longer leaks to the client mid-stream (Kilo was executing partial calls).
    - Normalize tool-call function.arguments from JSON string → dict before applying
      the chat template, so templates that render `arguments|items` (Qwen) don't
      raise "Can only get item pairs from a mapping".
    - Context-window overflow now returns a meaningful error: a structured SSE error
      event (code context_length_exceeded) when streaming, or HTTP 400 with a clear
      message for non-streaming — instead of injecting "[Generation error: …]" as
      assistant content (which polluted chat history).
    - Models page: unconfigured GGUF files now expose the "Free disk" button (records
      them as "to download" before deleting), matching HF models.
    Co-Authored-By: 's avatarClaude Opus 4.8 <noreply@anthropic.com>
    3834ecf5
Name
Last commit
Last update
..
__init__.py Loading commit data...
_film_net.py Loading commit data...
_rife_ifnet.py Loading commit data...
app.py Loading commit data...
archive.py Loading commit data...
audio_backends.py Loading commit data...
audio_clean.py Loading commit data...
audio_gen.py Loading commit data...
audio_stems.py Loading commit data...
characters.py Loading commit data...
custom_pipelines.py Loading commit data...
ds4_worker.py Loading commit data...
embeddings.py Loading commit data...
environments.py Loading commit data...
faceswap.py Loading commit data...
images.py Loading commit data...
log.py Loading commit data...
loras.py Loading commit data...
parler_worker.py Loading commit data...
pipelines.py Loading commit data...
prompt_cache.py Loading commit data...
ratelimit.py Loading commit data...
spatial.py Loading commit data...
state.py Loading commit data...
text.py Loading commit data...
transcriptions.py Loading commit data...
tts.py Loading commit data...
tts_backends.py Loading commit data...
urlutils.py Loading commit data...
video.py Loading commit data...
voice_clone.py Loading commit data...
voice_convert.py Loading commit data...