You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
s.description='A comprehensive SDK for integrating OpenAI APIs into iOS applications. It provides a convenient and easy-to-use interface for making API requests and handling responses.'
Copy file name to clipboardExpand all lines: Sources/OpenAIAPIManager/OpenAIAPIManager.swift
+10-23
Original file line number
Diff line number
Diff line change
@@ -92,9 +92,9 @@ final public class OpenAIAPIManager {
92
92
/// - user: A unique identifier representing your end-user, which can help OpenAI monitor and detect abuse.
93
93
/// - imageConversionFormat: (Optional) Convert invalid image type into open ai supported .rgba
94
94
/// - completion: The completion block called with the result of the request. The block receives as Result object containing either the generated images Array as a String in case of success, or an Error in case of failure.
@@ -109,9 +109,9 @@ final public class OpenAIAPIManager {
109
109
/// - user: A unique identifier representing your end-user, which can help OpenAI monitor and detect abuse.
110
110
/// - imageConversionFormat: (Optional) Convert invalid image type into open ai supported .rgba
111
111
/// - completion: The completion block called with the result of the request. The block receives as Result object containing either the generated images Array as a String in case of success, or an Error in case of failure.
0 commit comments