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
Added support for listing translation memories via DeepL.translation_memories.list.
Added translation_memory and translation_memory_threshold parameters to translate()
to use a translation memory during text translation. The translation_memory parameter
accepts a string ID or a TranslationMemory object.
Added support for style rules CRUD operations via DeepL.style_rules: create(), find(), update_name(), update_configured_rules(), and destroy().
Added support for style rule custom instruction CRUD operations via DeepL.style_rules: create_custom_instruction(), find_custom_instruction(), update_custom_instruction(), and destroy_custom_instruction().
Please refer to the README for usage instructions.
Changed
Updated unit test to expect the model_type_used to now be quality_optimized
Set explicit image for gitlab release CI job to avoid missing $HOME issues