mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-07-22 04:15:24 -04:00
[PR #564] [MERGED] feat: add translation A/B testing framework #578
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-docs/pull/564
Author: @alterxyz
Created: 11/28/2025
Status: ✅ Merged
Merged: 11/28/2025
Merged by: @crazywoola
Base:
main← Head:tools/translation-ab-testing📝 Commits (1)
5fc0482feat: add translation A/B testing framework📊 Changes
8 files changed (+677 additions, -0 deletions)
View changed files
📝
CLAUDE.md(+18 -0)➕
tools/translate-test-dify/.gitignore(+25 -0)➕
tools/translate-test-dify/README.md(+92 -0)➕
tools/translate-test-dify/compare.py(+169 -0)➕
tools/translate-test-dify/example-model-comparison.md(+27 -0)➕
tools/translate-test-dify/requirements.txt(+10 -0)➕
tools/translate-test-dify/run_test.py(+284 -0)➕
tools/translate-test-dify/setup.sh(+52 -0)📄 Description
Summary
tools/translate-test-dify/- A/B testing framework for comparing translation quality between different models or prompt variationsCLAUDE.mdwith usage instructionsFeatures
example-model-comparison.md)Use Case
Evaluate translation improvements before deploying changes:
Usage
🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.