EasyTranslator / config.json
alienet's picture
first
9ff6b9a
raw
history blame contribute delete
792 Bytes
{
"moyu_mode": "0",
"if_save_id_immediately": "1",
"last_edited_id": "1078008122",
"target_id": "1077001001",
"context_half_length": "100",
"file_path": "./gk_episode_text.json",
"name_dict_path": "./name.txt",
"replace_dict_path": "./replace.txt",
"output_txt_path": "./output.txt",
"seperator_long": "===============================",
"seperator_short": "---------------------",
"csv_column_name": {
"id": "",
"text": "text",
"name": "name"
},
"baidu_api_settings": {
"api_id": "20230508001670853",
"api_key": "9jyHXPkZlCoVVYtIKgUK",
"from_lang": "jp",
"to_lang": "zh"
},
"openai_api_settings": {
"openai_api_key": "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",
"prompt_prefix": "翻译为中文:",
"prompt_postfix": "",
"time_limit": "12"
}
}