Skip to content

Commit

Permalink
<feature> support custom prompt template for openai
Browse files Browse the repository at this point in the history
update version to v2.4.8
  • Loading branch information
anonymousException committed Aug 23, 2024
1 parent 85c3bb1 commit 1d677ba
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file modified docs/video/complete_tutorial.mp4
Binary file not shown.
Binary file added docs/video/format_rpy_files.mp4
Binary file not shown.
Binary file modified docs/video/one_key_translate.mp4
Binary file not shown.
Binary file added docs/video/web_translate_editor.mp4
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
sourceDic = dict()
translator = QTranslator()

VERSION = '2.4.7'
VERSION = '2.4.8'

class MyProxyForm(QDialog, Ui_ProxyDialog):
def __init__(self, parent=None):
Expand Down

0 comments on commit 1d677ba

Please sign in to comment.