Are you using an existing solution, rolling your own or a mix?
Ask HN: How do you version GPT prompts
1–6 of 6 posts
Re: Ask HN: How do you version GPT prompts
#2Re: Ask HN: How do you version GPT prompts
#3Git
Re: Ask HN: How do you version GPT prompts
#4Re: Ask HN: How do you version GPT prompts
#5Earlier quoted context omitted.
What structure do you use if you wanted to check the accuracy of an older prompt with an updated or extended data set?
This question is slightly different because you have to track a testing set and the metrics. I would look to the many ML workflow tools
To rephrase, I am looking for a tool to do model lifecycle management https://github.com/kelvins/awesome-mlops#model-lifecycle and wonder if there is any one in particular that you'd think is better suited for prompts, i.e. an array of objects with templated text
Re: Ask HN: How do you version GPT prompts
#6Good candidates for what I am looking are OpenAI Playground (once it supports versioning and variables for chat), PromptLayer (once it supports chat prompts), EveryPrompt (chat prompts missing). More dev oriented, LangChain https://js.langchain.com/docs/getting-started/guide-chat which can then be easily versioned.