feat(gate): terse selection prompt (~2s on no-think model) #89
Reference in New Issue
Block a user
Delete Branch "feat/gate-terse-selection"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Gate selection latency is now proportional to answer length on a no-think model. Compact JSON + <=8-word reasoning → ~2s (validated live vs vllm-fast/glm-4.6-reap-fast: 2.0s, valid JSON, 0 reasoning tokens). Completes the fast-selection chain.