Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.23 KB

README.md

File metadata and controls

27 lines (16 loc) · 1.23 KB

OpenAI SDK for Go

openai-sdk-go is an unofficial OpenAI SDK for the Go programming language.

Go Reference Go Report Card codecov Github Actions Workflow License

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.