OpenAIClient.Builder.WithApiVersion

OpenAIClient.Builder.WithApiVersion method

Sets the API version for the client.

public Builder WithApiVersion(string apiVersion)
ParameterTypeDescription
apiVersionStringThe API version to set.

Return Value

The current instance of Builder.

See Also