Ask HN: How do you version GPT prompts
This is for the purpose of tracking improvements of a code completion or a chatGPT prompt.
Are you using an existing solution, rolling your own or a mix?
Are you using an existing solution, rolling your own or a mix?
5 comments
[ 4.5 ms ] story [ 25.5 ms ] threadTo 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
Good 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.