-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
20 lines (20 loc) · 886 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "generative-ai-testing",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test:summarization:prompts": "cd summarization-testing && npx promptfoo eval promptfooconfig.yaml && npx promptfoo view",
"test:rag:prompts": "cd rag-testing && npx promptfoo eval promptfooconfig.yaml && npx promptfoo view",
"start:ollama": "docker run -d -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama",
"run:open:web:ui": "docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main",
"clear:run:results:local:db": "node clearRunResultsLocalDb.js"
},
"keywords": [],
"author": "Antonio Bellifemine",
"license": "ISC",
"dependencies": {
"@dotenvx/dotenvx": "^1.6.4",
"promptfoo": "0.80.3"
}
}