OpenAIClient.Builder.WithBaseDomain

OpenAIClient.Builder.WithBaseDomain method

Sets the base domain for the client.

public Builder WithBaseDomain(string baseDomain)
ParameterTypeDescription
baseDomainStringThe base domain to set.

Return Value

The current instance of Builder.

See Also