HACKER Q&A
📣 okoma

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?


  👤 okoma Accepted Answer ✓
I found a bunch of resources here: https://alphasec.io/prompt-engineering-playgrounds-marketpla...

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.


👤 verdverm
Git