You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hmm. if we care about quality we should prioritize contextual translations.
there's this translator.quality attribute that every translator has and the value for it is higher for the Contextual Google, so if this was used (as I thought that we are doing) then contextual translations should be at the top...
I believe I found the reason for this @mircealungu .
if not MULTI_LANG_TRANSLATOR_AB_TESTING:
# Disabling order by quality when A/B testing is enabled
translations = order_by_quality(translations, translator_data["query"])
For some reason, we still have the MULTI_LANG_TRANSLATOR_AB_TESTING is set to '42'.
The text was updated successfully, but these errors were encountered: