Interface LegacyOpenAIInput

⚠️ Deprecated ⚠️

Use "baseURL", "defaultHeaders", and "defaultParams" instead.

This feature is deprecated and will be removed in the future.

It is not recommended for use.

Hierarchy

  • LegacyOpenAIInput

Properties

Properties

baseOptions?: {
    headers?: Record<string, string>;
    params?: Record<string, string>;
}

Type declaration

  • Optional headers?: Record<string, string>
  • Optional params?: Record<string, string>

Deprecated

Use defaultHeaders and defaultQuery instead

basePath?: string

Deprecated

Use baseURL instead

Generated using TypeDoc