Training
In one sentence
The process of adjusting a model's weights so its outputs match the examples it is shown.
In more depth
Weights start effectively random. The model makes a prediction, the error is measured, and every weight is nudged in the direction that reduces it — repeated across an enormous dataset.
Training is expensive and happens before release. Correcting a model in conversation does not train it.