Skip to content

Commit

Permalink
Bump up to version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-plus committed Jun 26, 2024
1 parent 4de220b commit 4588777
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 1.5.0

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.

## 1.4.1

Minor bugfixes and improvements.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ in-project = true

[tool.poetry]
name = "openlrc"
version = "1.4.1"
version = "1.5.0"
description = "Transcribe (whisper) and translate (gpt) voice into LRC file."
license = "MIT"
authors = [
Expand Down

0 comments on commit 4588777

Please sign in to comment.