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​

- Provider: Google, OpenAI, Local.
- Model: Select the model.
- Temperature (Optional): Creativity level (0.2-0.9).
Setup​
- Drag LLM node onto canvas.
- Configure Provider, Model, Temperature.
- Connect output to:
- Start Node (global)
- Ai Agent (specific)

Example: Global vs Specific LLM​
Connect one LLM to Start Node, another to Ai Agent for different tasks.