▲ | daveguy 6 days ago | ||||||||||||||||
You seem to be confusing the construction of system prompts with "training". Prompts do not change a model's weights or train them in any way. Yes they influence output, but only in the same way different questions to LLMs (user prompts) influence output. Just because it's not available in current user interfaces to use commit messages as a prompt does not mean the model wasn't trained with them. It would be a huge failure for training from version controlled source code to not include the commit messages as part of the context. As that is a natural human language description of what a particular set of changes encompasses (given quality commits, but quality is a different issue). | |||||||||||||||||
▲ | motorest 5 days ago | parent [-] | ||||||||||||||||
> You seem to be confusing the construction of system prompts with "training". I'm not. What part are you having a hard time following? | |||||||||||||||||
|