* Check whether the base URL is set to its default.
()
| 555 | * Check whether the base URL is set to its default. |
| 556 | */ |
| 557 | #baseURLOverridden(): boolean { |
| 558 | return this._provider !== undefined || this.baseURL !== 'https://api.openai.com/v1'; |
| 559 | } |
| 560 | |
| 561 | protected defaultQuery(): Record<string, string | undefined> | undefined { |
| 562 | return this._options.defaultQuery; |