OpenAIClient.Builder.Builder

OpenAIClient.Builder constructor

Initializes a new instance of the Builder class with the API key.

public Builder(string apiKey)
ParameterTypeDescription
apiKeyStringThe API key to use for the client.

See Also