Skip to content

Releases: zh-plus/openlrc

v0.1.1

16 Jun 02:48
Compare
Choose a tag to compare

This update enhances the efficiency of processing multiple audio files.

New features:

  • Implementation of a producer-consumer model to process multiple audio files.

Other Changes:

  • Update logger with colored format.
  • Minor parameter modification that makes the timeline of translation more intuitive.

v0.1.0

15 Jun 11:04
Compare
Choose a tag to compare

This update significantly improves translation quality, but at the cost of slower translation speed.

New Features:

  • Use multi-step prompt for translation.
  • Update the default model to gpt-3.5-turbo-16k.
  • Automatically fix json encoder error using GPT.

Other Changes:

  • Calculate the accurate price for OpenAI API requests.

v0.0.6

11 Jun 20:36
Compare
Choose a tag to compare

This update greatly improves the quality of transcription (both in time-alignment and text-quality).

New Features:

  • Use whisperx to improve transcription accuracy.
  • Add Traditional Chinese to Mandarin optimization when target_lang=zh-cn.

v0.0.5

10 Jun 22:54
Compare
Choose a tag to compare

New Features

Other Changes:

  • Update build tool to poetry.

v0.0.4

09 Jun 22:11
Compare
Choose a tag to compare

New Features:

  • Use async call to communicate with OpenAI api.
  • Add fee limit for GPTBot.

v0.0.3

09 Jun 13:06
Compare
Choose a tag to compare

Enhance the stability of Json Encoder for content generated by GPT.