Local LLM Generate
local_llm_generateGenerate text based on prompts using a local Ollama model. Supports custom system instructions and model selection.
Instructions
Generate text using a local Ollama model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | The prompt to send to the local LLM | |
| model | No | Ollama model name (default: llama3.2) | |
| system | No | System instruction for the model |