Answered on : 2024-01-24
The base URL for the OpenAI Python Library has been changed from `openai.api_base` to `openai.base_url` [1] [2]. This change was made in the OpenAI Python Library's specification [2]. The new base URL for the OpenAI connector is `https://api.openai.com/v1` [6]. It is important to note that the base URL of an OpenAI client instance cannot be modified [3].