Skip to content

aisbreaker-core-nodejs - v0.1.15 / services/connectors/OpenaiComImage / OpenaiComImageProps

Interface: OpenaiComImageProps

services/connectors/OpenaiComImage.OpenaiComImageProps

Hierarchy

  • AIsServiceProps

    OpenaiComImageProps

Table of contents

Properties

Properties

internServiceOptions

Optional internServiceOptions: any

Service implementation specific opts. Try to avoid using them because they are NOT portable!!!

Inherited from

api.AIsServiceProps.internServiceOptions

Defined in

aisbreaker-api-js/build/api/AIsService.d.ts:36


serviceId

serviceId: string

Unique identified of the AIsBreaker service, see: https://aisbreaker.org/docs/serviceId

Inherited from

api.AIsServiceProps.serviceId

Defined in

aisbreaker-api-js/build/api/AIsService.d.ts:27


url

Optional url: string

URL of the AI service (optional).

Inherited from

api.AIsServiceProps.url

Defined in

aisbreaker-api-js/build/api/AIsService.d.ts:31

Released under the MIT License.