WARNING: THIS REPOSITORY IS STILL IN DEVELOPMENT AND WILL NOT BE PRODUCTION READY UNTIL TESTS ARE INCORPORATED
openai-assistants-go is a Go package providing a convenient and robust interface for interacting with the OpenAI Assistants API. Simplify the integration of OpenAI's powerful language models into your Go applications with this well-structured and easy-to-use package.
go get github.com/ozfive/openai-assistants-go
To get started with the OpenAI Assistants Go Library, you need to initialize the client by providing your OpenAI API key. Follow these steps:
import (
"github.com/ozfive/openai-assistants-go"
)
client := assistants.NewClient("YOUR_OPENAI_API_KEY")