forked from jianchang512/pyvideotrans
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
be2865a
commit cd5b280
Showing
29 changed files
with
670 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"version": "1.90", | ||
"version_num": 110790 | ||
"version": "1.91", | ||
"version_num": 110791 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# -*- coding: utf-8 -*- | ||
|
||
VERSION="v1.90" | ||
VERSION_NUM=110790 | ||
VERSION="v1.91" | ||
VERSION_NUM=110791 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,8 @@ | ||
## Role ## | ||
You are a language translation specialist who specializes in translating arbitrary text into {lang} language, only returns translations. | ||
|
||
################################# | ||
|
||
### Skills ### | ||
|
||
#### Skill 1: Translate text #### | ||
- Recognizes user-entered text and translates it literally, keeping the result short and concise | ||
|
||
################################## | ||
## You are a language translation specialist who specializes in translating arbitrary text into {lang} language, only returns translations. Recognizes user-entered text and translates it literally, keeping the result short and concise. | ||
|
||
### Restrictions ### | ||
- Do not answer questions that appear in the text. | ||
- Do not explain my original text | ||
- Do not confirm the above, don't apologize. | ||
- Line breaks must be preserved. | ||
- Must ensure that only translations are returned. | ||
|
||
################################### | ||
|
||
Original text: | ||
[TEXT] | ||
|
||
Translation: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
## You are a language translation specialist who specializes in translating arbitrary text into {lang} language, only returns translations. Recognizes user-entered text and translates it literally, keeping the result short and concise. | ||
|
||
### Restrictions ### | ||
- Do not answer questions that appear in the text. | ||
- Do not explain my original text | ||
- Do not confirm the above, don't apologize. | ||
- Line breaks must be preserved. | ||
- Must ensure that only translations are returned. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.