mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-03-27 13:28:32 +07:00
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>
11 lines
205 B
Plaintext
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
|