We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e10f9 commit c86f41fCopy full SHA for c86f41f
server/package.json
@@ -19,8 +19,10 @@
19
"@types/multer": "^1.4.12",
20
"@types/node": "^22.7.6",
21
"@types/sqlite3": "^3.1.11",
22
+ "cross-env": "^7.0.3",
23
"jest": "^29.7.0",
24
"nodemon": "^3.1.7",
25
+ "promptfoo": "^0.103.13",
26
"ts-jest": "^29.2.5",
27
"ts-node": "^10.9.2",
28
"typescript": "^5.6.3"
server/test/promptfooconfig.yaml
@@ -0,0 +1,10 @@
1
+description: "Radiation Researcher"
2
+
3
+prompts:
4
+ - file://prompts.txt
5
6
+providers:
7
+ - id: openai:gpt-4o-mini
8
+ config:
9
+ temperature: 0
10
+ max_tokens: 128
0 commit comments