• Stefy Lanza (nextime / spora )'s avatar
    parser: don't amplify degenerate <tool> spam from too-low quants · 0b7262ae
    Stefy Lanza (nextime / spora ) authored
    The plaintext <tool> rescue could turn a failing 2-bit model's repetition
    loop (<tool>glob</tool><tool>glob</tool>… / bare names, no args) into a flood
    of bogus tool calls. Harden it: reject a batch with >6 <tool> blocks (that's
    model degeneration, not many real calls) and drop any bare <tool>name</tool>
    that carries no key: value argument (the spam signature). Genuine single/few
    calls with arguments still parse; combined with the existing trailing-action,
    declared-name, and DeepSeek-only scoping.
    Co-Authored-By: 's avatarClaude Opus 4.8 <noreply@anthropic.com>
    0b7262ae
Name
Last commit
Last update
..
admin Loading commit data...
api Loading commit data...
backends Loading commit data...
broker Loading commit data...
frontproxy Loading commit data...
models Loading commit data...
openai Loading commit data...
pydantic Loading commit data...
queue Loading commit data...
tasks Loading commit data...
__init__.py Loading commit data...
cli.py Loading commit data...
config.py Loading commit data...
main.py Loading commit data...
platform_paths.py Loading commit data...