OpenAIOcrCopilotOptions.WithModel

OpenAIOcrCopilotOptions.WithModel method

Sets the model.

public OpenAIOcrCopilotOptions WithModel(string model)
ParameterTypeDescription
modelStringThe model to set.

Return Value

The current instance of OpenAIOcrCopilotOptions.

See Also