MCPcopy Create free account
hub / github.com/openai/openai-node / #baseURLOverridden

Method #baseURLOverridden

src/client.ts:557–559  ·  view source on GitHub ↗

* Check whether the base URL is set to its default.

()

Source from the content-addressed store, hash-verified

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;

Callers 1

buildURLMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected