go-openai
go-openai copied to clipboard
Support OpenAI Image beta API
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 thank you for your question, it seems that we already support it: https://pkg.go.dev/github.com/sashabaranov/go-openai#Client.CreateImage
Got it, thank you.