Files
dify-docs/tools/translate-test-dify/requirements.txt
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

11 lines
205 B
Plaintext

# Translation Testing Framework Dependencies
# Async HTTP client for streaming API calls
httpx>=0.25.0
# Async file I/O
aiofiles>=23.0.0
# Optional: Load environment from .env file
python-dotenv>=1.0.0