Understand LLM Context
Concepts
Fundamentals and Representation
At its core, an LLM is stateless. Every API call begins with a blank slate, and the model retains nothing from previous interactions unless explicitly provided. What we call context is essentially the working ...
jackcoder.hashnode.dev11 min read