AI Chat (LLM)
Send a prompt to an LLM and store the reply.
AIAIChat
What it does
Send a prompt to an LLM and store the reply.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| API base URL | string | Required | http://localhost:11434/v1 | OpenAI-compatible base. Default = local Ollama (offline). Supports variables |
| API key (blank for local) | string | Optional | Bearer token for cloud providers. Supports variables | |
| Model | string | Required | llama3 | Example: llama3 Supports variables |
| System prompt | multiline | Optional | Example: You are a helpful assistant. Supports variables | |
| Prompt | multiline | Required | Example: Summarize: {{{text}}} Supports variables | |
| Temperature | number | Optional | 0.7 | Example: 0.7 |
| Max tokens (optional) | number | Optional | Cap the reply length; blank = provider default. | |
| Timeout (seconds) | number | Optional | 180 | |
| Store reply in | variable | Required | Example: reply |
More AI commands
Ready to automate your busywork?
Start your free 10-day trial today. No credit card, no commitment.