-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/Bikatr7/Kudasai
- Loading branch information
Showing
7 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
File renamed without changes.
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,19 @@ | ||
{ | ||
"open ai settings": { | ||
"model": "gpt-4", | ||
"temp": 1, | ||
"top_p": 1, | ||
"n": 1, | ||
"stream": false, | ||
"stop": null, | ||
"max_tokens": 9223372036854775807, | ||
"presence_penalty": 0, | ||
"frequency_penalty": 0, | ||
"logit_bias": null, | ||
"system_message": "You are a Japanese to English translator. Please remember that you need to translate the narration into English simple past. Please keep the original formatting and punctuation. Please preserve the paragraph formatting. Some terms are pre-translated, so keep those intact. Most names are replaced, if they are not, try to anticipate. Some terms are replaced as well, preserve those too. Try to keep the output on the same number of lines as the input. Also note that 〇 typically indicates a chapter change.", | ||
"message_mode": 1, | ||
"num_lines": "36", | ||
"sentence_fragmenter_mode": "3", | ||
"je_check_mode": "2" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -340,4 +340,4 @@ async def main() -> None: | |
|
||
##---------------------------------/ | ||
|
||
asyncio.run(main()) | ||
asyncio.run(main()) |
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
File renamed without changes.
File renamed without changes.
File renamed without changes.