Skip to content

Commit bb44a7e

Browse files
albertopeampvieito
andauthored
update RequestError errorDescription
Co-authored-by: Pedro José Pereira Vieito <[email protected]>
1 parent dd952c4 commit bb44a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/OpenAISwift/OpenAISwift.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public enum OpenAIError: Error {
1212

1313
public struct RequestError: LocalizedError {
1414
public var errorDescription: String {
15-
"Error creating the url"
15+
"Error creating the OpenAI API URL."
1616
}
1717
}
1818

0 commit comments

Comments
 (0)