Categorygithub.com/skyscrapr/openai-sdk-go
module
0.0.0-20240827022218-c2c2413fcc57
Repository: https://github.com/skyscrapr/openai-sdk-go.git
Documentation: pkg.go.dev

# README

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.

# Packages

No description provided by the author