openai-sdk-go is an unofficial OpenAI SDK for the Go programming language.
Use go get to retrieve the SDK to add it to your GOPATH workspace, or project's Go module dependencies.
go get github.com/skyscrapr/openai-sdk-go
To update the SDK use go get -u to retrieve the latest version of the SDK.
go get -u github.com/skyscrapr/openai-sdk-go
This SDK wraps the OpenAI API. Please check the official vendor documentation for more detail.
Please raise an issue for any fixes or missing implementations.