mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-17 19:27:00 +00:00
New options: - --dual-judge: Run both simple and LLM judge, fail if either fails - --judge-url: Separate LLM Judge server URL (default: localhost:11435) - --judge-model: Model for LLM judging (default: gemma3:4b) Dual judge logic: - Simple judge checks exit codes - LLM judge analyzes logs semantically - Final result: FAIL if either judge says FAIL - Combines reasons from both judges on failure 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>