mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-03-26 13:18:34 +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>
26 lines
273 B
Plaintext
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
|