baseUrl property

void baseUrl=(String baseUrl)

This is used to set the base url of the OpenAI API, by default it is set to OpenAIConfig.baseUrl.

Implementation

static set baseUrl(String baseUrl) {
  OpenAIConfig.baseUrl = baseUrl;
}