AI Summarize
LLM でテキストを要約します。
AIAISummarize
概要
LLM でテキストを要約します。
Summarize text with an LLM.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| API base URL | string | 必須 | http://localhost:11434/v1 | OpenAI-compatible base. Default = local Ollama (offline). 変数に対応 |
| API key (blank for local) | string | 任意 | Bearer token for cloud providers. 変数に対応 | |
| Model | string | 必須 | llama3 | 例: llama3 変数に対応 |
| Text to summarize | multiline | 必須 | 例: {{{document}}} 変数に対応 | |
| Store summary in | variable | 必須 | 例: summary |