Skip to content

Commit 447214d

Browse files
remove code from ErrorResult
1 parent f294506 commit 447214d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

OpenAISwift/Models/OpenAI.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ public struct OpenAI<T: Payload>: Codable {
1717

1818
public struct ErrorResult: Codable, Error {
1919
public let message: String
20-
public let code: String
2120
}
2221

2322
public struct TextResult: Payload {

0 commit comments

Comments
 (0)