Interface ConfigurationParameters

OpenAI API APIs for sampling from and fine-tuning language models

The version of the OpenAPI document: 1.2.0

NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). https://openapi-generator.tech Do not edit the class manually.

Hierarchy

  • ConfigurationParameters

Properties

accessToken?: string | Promise<string> | ((name?, scopes?) => string) | ((name?, scopes?) => Promise<string>)
apiKey?: string | Promise<string> | ((name) => string) | ((name) => Promise<string>)
baseOptions?: any
basePath?: string
formDataCtor?: (new () => any)

Type declaration

    • new (): any
    • Returns any

organization?: string
password?: string
username?: string

Generated using TypeDoc