Files
Alter-xyz 4339f79a55 feat: add translation A/B testing framework (#564)
Add tools for comparing translation quality between different models
(e.g., Sonnet vs Opus) or prompt variations. Useful for evaluating
translation improvements before deploying changes.

- run_test.py: Test runner with Dify API streaming
- compare.py: Generate similarity reports between variants
- Example spec and documentation included

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude <noreply@anthropic.com>
2025-11-28 16:02:13 +08:00

26 lines
273 B
Plaintext

# Test results (generated per run)
results/
# Mock docs (copied from en/ for testing)
mock_docs/
# Environment files with API keys
.env
*.env
# Python virtual environment
venv/
.venv/
# Python cache
__pycache__/
*.pyc
*.pyo
# IDE
.vscode/
.idea/
# OS files
.DS_Store