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

Support OpenAI Image beta API

Open kkdai opened this issue 1 year ago • 1 comments

Hello,

Do you have any plans to include support for other OpenAI APIs in this package, such as the ones for images? You can refer to the documentation at https://platform.openai.com/docs/guides/images.

kkdai avatar Mar 07 '23 02:03 kkdai

@kkdai thank you for your question, it seems that we already support it: https://pkg.go.dev/github.com/sashabaranov/go-openai#Client.CreateImage

sashabaranov avatar Mar 07 '23 11:03 sashabaranov

Got it, thank you.

kkdai avatar Mar 09 '23 01:03 kkdai