OpenAIClientOptions

OpenAIClientOptions

Overview

OpenAIClientOptions is a type in Aspose.PDF FOSS for Go.

OpenAIClientOptions configures NewOpenAIClient.

Properties: APIKey, BaseURL, HTTPClient, MaxRetries, Model.

Properties

NameTypeAccessDescription
BaseURLstringRead/WriteGets the base url.
APIKeystringRead/WriteGets the api key.
ModelstringRead/WriteGets the model.
HTTPClient*http.ClientRead/WriteGets the http client.
MaxRetriesintRead/WriteGets the max retries.

See Also