go-openai icon indicating copy to clipboard operation
go-openai copied to clipboard

ImageEditRequest、ImageVariRequest 可以不使用 *os.File 么

Open seanlan opened this issue 1 year ago • 2 comments

ImageEditRequest、ImageVariRequest 可以不使用 *os.File 么

seanlan avatar Apr 12 '23 16:04 seanlan

能使用io.Reader接口么,可以通用。有时候图片是在网络的,不想保存本地,然后还要清理。维护本地文件太麻烦,想在内存中直接读取后上传。

seanlan avatar Apr 12 '23 16:04 seanlan

+1 I'm facing the same issue (assuming Google translate is correct 😅).

butaca avatar Jul 29 '23 18:07 butaca