prompt testing framework
1.0.0
测试您的提示的准确性。将您期望的结果与OpenAI的实际结果进行比较。

git clone https://github.com/RafalWilinski/prompt-testing-framework
cd prompt-testing-framework
npm install
npx ts-node brand-to-product.test.ts编辑brand-to-product.test.ts文件或创建自己的并运行它: npx ts-node your-file.ts