Articles → LANGCHAIN → Introduction To LLM
Introduction To LLM
What Is LLM?
What Is A Prompt?
Prompt Types
- Static prompt - A static prompt is a fixed, hard-coded prompt that remains the same every time it is sent to the AI model.
- Dynamic prompts - Dynamic prompts are prompt templates that use placeholders (variables) which are replaced with real values at runtime.
Temperature Parameter
- Deterministic (Temperature = 0): The LLM produces the same response every time for the same input.
- Creative (Temperature > 0, e.g., 1.5): The LLM generates more varied and imaginative responses for the same input each time.
| Posted By - | Karan Gupta |
| |
| Posted On - | Wednesday, May 13, 2026 |