I sometimes use some language model assistance (e.g., GPT-4o) while coding. I'd like to save somewhere the prompts and language model versions I used. Are there good practices or even conventions to store LLM prompts I use while coding for a project?
Answering comments:
I use prompts that generate new code, e.g. a function to restructure some JSON object or to parse some text file. I'd like save these prompts and LLM versions to remember what kind of prompts and which LLMs worked well, as I may have similar needs in the future.