|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command > AIC Commands |
Set DALL-E endpoint
AIC_---Artificial-Intelligenc2(Url)
Name
Type
Required
Description
Url
String
Yes
DALL-E API endpoint URL
Type
Description
Long
Returns 1 on success, 0 on failure
·Set custom DALL-E service endpoint
·Default: OpenAI DALL-E API
·Allows local image generation server
' 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.
AIC_---Artificial-Intelligenc2, AIC_---Artificial-Intelligenc2
Previous Top Next