Skip to content

Commit

Permalink
Update Easydict/NewApp/Configuration/Configuration+Defaults.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
tisfeng authored Feb 5, 2024
1 parent 334ef7a commit b73a2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Easydict/NewApp/Configuration/Configuration+Defaults.swift
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ extension Defaults.Keys {
static let openAIEndPoint = Key<String?>("EZOpenAIEndPointKey")
static let openAIModel = Key<OpenAIModels>("EZOpenAIModelKey", default: OpenAIModels.gpt3_5_turbo_0125)

// DEEPL
// DeepL
static let deepLAuth = Key<String?>("EZDeepLAuthKey")
static let deepLTranslation = Key<DeepLAPIUsagePriority>("EZDeepLTranslationAPIKey", default: DeepLAPIUsagePriority.webFirst)
static let deepLTranslateEndPointKey = Key<String?>("EZDeepLTranslateEndPointKey")
Expand Down

0 comments on commit b73a2a6

Please sign in to comment.