We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd952c4 commit bb44a7eCopy full SHA for bb44a7e
Sources/OpenAISwift/OpenAISwift.swift
@@ -12,7 +12,7 @@ public enum OpenAIError: Error {
12
13
public struct RequestError: LocalizedError {
14
public var errorDescription: String {
15
- "Error creating the url"
+ "Error creating the OpenAI API URL."
16
}
17
18
0 commit comments