AIC Commands

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command >

AIC Commands

AIC_---Artificial-Intelligenc2

Set DALL-E endpoint

 

Syntax

AIC_---Artificial-Intelligenc2(Url)

 

Parameters

Name

Type

Required

Description

Url

String

Yes

DALL-E API endpoint URL

 

Return Value

Type

Description

Long

Returns 1 on success, 0 on failure

 

Remarks

·Set custom DALL-E service endpoint

·Default: OpenAI DALL-E API

·Allows local image generation server

 

Example

' Set custom DALL-E endpointDim result As Longresult = AIC_---Artificial-Intelligenc2("https://api.openai.com/v1/images/generations")If result = 1 Then Print "DALL-E endpoint set"

Configures the DALL-E image generation API endpoint URL.

 

See Also

AIC_---Artificial-Intelligenc2, AIC_---Artificial-Intelligenc2

 

Previous  Top  Next