Skip to content

skyscrapr/openai-sdk-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Golang SDK for Open AI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages