OpenAI SDK for Go
openai-sdk-go is an unofficial OpenAI SDK for the Go programming language.
Installing
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
Reference Documentation
This SDK wraps the OpenAI API. Please check the official vendor documentation for more detail.
Known Issues & Limitations
Please raise an issue for any fixes or missing implementations.