Ai
5 posts tagged with "Ai"
ai-auth
The ai-auth action sets ai provider api or auth key. It belongs to the ai category within the external area.
Action Syntax
ai-auth "text"
A quoted text string
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
ai-auth "fffffff"
Action code: 2823736437
Version: 0.6.4
Last updated: 2025-06-13
ai-context
The ai-context action sets ai context. It belongs to the ai category within the external area.
Action Syntax
ai-context $variable
A variable name starting with $
ai-context $variable $variable
A variable name starting with $ followed by A variable name starting with $
ai-context $variable $variable $variable
A variable name starting with $ followed by A variable name starting with $ followed by A variable name starting with $
ai-context $variable $variable $variable $variable
A variable name starting with $ followed by A variable name starting with $ followed by A variable name starting with $ followed by A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
ai-context $varname
Action code: 1419078241
Version: 0.6.4
Last updated: 2025-06-13
ai-model
The ai-model action sets ai model. It belongs to the ai category within the external area.
Action Syntax
ai-model "text"
A quoted text string
ai-model $variable
A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
ai-model "modelname"
// Using Variables
// Display dynamic content from variables
ai-model $text
Action code: 2612458742
Version: 0.6.4-3
Last updated: 2025-06-13
ai-provider
The ai-provider action sets ai provider. It belongs to the ai category within the external area.
Action Syntax
ai-provider "text"
A quoted text string
ai-provider $variable
A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
ai-provider "provider"
// Using Variables
// Display dynamic content from variables
ai-provider $provider
Action code: 324281367
Version: 0.6.4-2
Last updated: 2025-06-13
set-ai-service
The set-ai-service action sets the apps AI service provider. It belongs to the ai category within the external area.
Action Syntax
set-ai-service groq
A value
set-ai-service openai
A value
set-ai-service anthropic
A value
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
set-ai-service groq
Action code: 980580303
Version: 0.6.4-1
Last updated: 2025-06-13