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 8d7d091 commit 334ef7a
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 @@ -134,7 +134,7 @@ class DefaultsWrapper<T: Defaults.Serializable> {

// Service Configuration
extension Defaults.Keys {
// OPENAI
// OpenAI
static let openAIAPIKey = Key<String?>("EZOpenAIAPIKey")
static let openAITranslation = Key<String>("EZOpenAITranslationKey", default: "1")
static let openAIDictionary = Key<String>("EZOpenAIDictionaryKey", default: "1")
Expand Down

0 comments on commit 334ef7a

Please sign in to comment.