Which request matches how an LLM actually works?

Beginner · mental models · task fit

Which request matches how an LLM actually works?

You are talking to a text model with no web access and no memory of previous conversations. It generates each response by predicting the next token over and over.

Which request is the best fit for that mechanism?

Choose one option
Hint

Ask: does the request rely on stored facts or exact recall, or on continuing text I provide?

From the lesson

← All practice