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
# @param image [Pathname, StringIO, IO, String, OpenAI::FilePart, Array<Pathname, StringIO, IO, String, OpenAI::FilePart>] The image(s) to edit. Must be a supported image file or an array of images.
112
112
#
@@ -159,7 +159,7 @@ def edit_stream_raw(params)
159
159
)
160
160
end
161
161
162
-
# See {OpenAI::Resources::Images#stream_raw} for streaming counterpart.
162
+
# See {OpenAI::Resources::Images#generate_stream_raw} for streaming counterpart.
163
163
#
164
164
# Some parameter documentations has been truncated, see
165
165
# {OpenAI::Models::ImageGenerateParams} for more details.
0 commit comments