👍[Update] Model : DeepL_APIの認証処理の条件を修正

This commit is contained in:
misyaguziya
2024-01-07 01:43:50 +09:00
parent 9e91be145e
commit 0742d635af
2 changed files with 7 additions and 11 deletions

View File

@@ -649,9 +649,6 @@ class Config:
self._OSC_PORT = 9000
self._AUTH_KEYS = {
"DeepL_API": None,
"DeepL": None,
"Bing": None,
"Google": None,
}
self._WEIGHT_TYPE = "small"
self._MESSAGE_FORMAT = "[message]([translation])"