Skip to main content

Util: LLM 🧠

The LLM (Large Language Model) util is the engine that powers Ai Agents.


How It Works​

Connect an LLM to other nodes (LLM input socket) to provide intelligence.
It does not process data on its own.

Key Settings​

LLM Configuration panel
  • Provider: Google, OpenAI, Local.
  • Model: Select the model.
  • Temperature (Optional): Creativity level (0.2-0.9).

Setup​

  1. Drag LLM node onto canvas.
  2. Configure Provider, Model, Temperature.
  3. Connect output to:
LLM connected to Start Node

Example: Global vs Specific LLM​

Connect one LLM to Start Node, another to Ai Agent for different tasks.