Skip to content

ozfive/openai-assistants-go

Repository files navigation

openai-assistants-go

Maintainability Rating Code Smells Security Rating Reliability Rating Vulnerabilities Bugs Duplicated Lines (%)

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.

Installation

go get github.com/ozfive/openai-assistants-go

Getting Started

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 the library in your Go code

import (
    "github.com/ozfive/openai-assistants-go"
)

Initialize the client with your OpenAI API key

client := assistants.NewClient("YOUR_OPENAI_API_KEY")

Links

OpenAI Assistants API