From b73a2a657b920f62ecff2350c5e00504b0fa024e Mon Sep 17 00:00:00 2001 From: Tisfeng Date: Tue, 6 Feb 2024 00:13:12 +0800 Subject: [PATCH] Update Easydict/NewApp/Configuration/Configuration+Defaults.swift --- Easydict/NewApp/Configuration/Configuration+Defaults.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Easydict/NewApp/Configuration/Configuration+Defaults.swift b/Easydict/NewApp/Configuration/Configuration+Defaults.swift index b43d8ba11..d05ea0867 100644 --- a/Easydict/NewApp/Configuration/Configuration+Defaults.swift +++ b/Easydict/NewApp/Configuration/Configuration+Defaults.swift @@ -143,7 +143,7 @@ extension Defaults.Keys { static let openAIEndPoint = Key("EZOpenAIEndPointKey") static let openAIModel = Key("EZOpenAIModelKey", default: OpenAIModels.gpt3_5_turbo_0125) - // DEEPL + // DeepL static let deepLAuth = Key("EZDeepLAuthKey") static let deepLTranslation = Key("EZDeepLTranslationAPIKey", default: DeepLAPIUsagePriority.webFirst) static let deepLTranslateEndPointKey = Key("EZDeepLTranslateEndPointKey")