We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca2ebd commit c720e8dCopy full SHA for c720e8d
1 file changed
Tool/Sources/Preferences/Keys.swift
@@ -248,6 +248,7 @@ public extension UserDefaultPreferenceKeys {
248
info: .init(
249
apiKeyName: "",
250
baseURL: "",
251
+ isFullURL: false,
252
maxTokens: OpenAIEmbeddingModel.textEmbeddingAda002.maxToken,
253
modelName: OpenAIEmbeddingModel.textEmbeddingAda002.rawValue
254
)
0 commit comments