A Go client library for interacting with the OpenAI GPT-3 and GPT-4 APIs, providing types and functions for completions, embeddings, and more.
go get github.com/sashabaranov/go-gpt3No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a GPT-3 client and sends a simple completion request.
Set the API key via environment variable OPENAI_API_KEY or pass it directly to NewClient.
No dependency data recorded yet.