[go: nahoru, domu]

Skip to content

Releases: zh-plus/openlrc

v1.5.1

01 Jul 13:05
d9dde29
Compare
Choose a tag to compare

Minor bugfixes and improvements.

Other Changes:

  • Fix default check_format returning False issue.
  • Fix edges cases for srt file generation.
  • Prepare translation evaluator for benchmarking.

v1.5.0

26 Jun 05:24
Compare
Choose a tag to compare

This update add Gemini Models support for translation.

New Features:

  • Support Gemini as translation engine.

Other Changes:

  • Extract the check_format section into a standalone validators.py module.
  • Add stop_sequences support for Chatbot.
  • Use stop sequences when building Context.
  • Also remove generated .wav files from videos if clear_temp=True.
  • Minor improvements on Context Reviewer prompt.

v1.4.1

17 Jun 04:59
Compare
Choose a tag to compare

Minor bug fixes and improvements.

Other Changes:

  • Improve timestamp accuracy.
  • Fix edges cases for transcription.

v1.4.0

05 Jun 02:45
Compare
Choose a tag to compare

New Features:

  • Add glossary support for domain specific translation.
  • Add retry_model args for retrying translation with different models.
  • Introduce privider: model_name for arbitrary model routing.

Other Changes:

  • Extend 0.5s for each suitable sentence.
  • Reduce noise suppression chunk-size for faster processing.
  • Enhance translation workflow by Context Reviewer Agent.

v1.3.1

07 May 08:56
Compare
Choose a tag to compare

New Features:

  • Add custom endpoint (base_url) support for OpenAI & Anthropic.
  • Generating bilingual subtitles.

Other Changes:

  • Fix dep issues from ctranslate2 and streamlit-related packages.

v1.3.0

09 Apr 10:35
Compare
Choose a tag to compare

Add basic GUI support via streamlit.

Other Changes:

  • Add clear_temp_folder args.

v1.2.0

29 Mar 08:04
Compare
Choose a tag to compare

This update add Claude Models support for translation.

v1.1.0

29 Feb 03:26
Compare
Choose a tag to compare

This update improve the translation quality.

Other Changes:

  • Update faster-whisper version to 1.0.0.
  • Set hallucination_silence_threshold to 2, which alleviates the hallucination issue.
  • Add proxy argument.

v1.0.2

12 Jan 09:34
Compare
Choose a tag to compare

This update adds minor features.

Other Changes:

  • Binlingual subtitle support (Beta).
  • Improve translation prompt.

v1.0.1

24 Dec 14:54
Compare
Choose a tag to compare

This update fixes minor issues.

Other Changes:

  • Fix an issue that prevents the usage of whisper-large-v3.
  • Remove tags from translation texts.