We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e50b3c9 commit fa558d0Copy full SHA for fa558d0
README.md
@@ -32,6 +32,14 @@ PromptPex provides the following capabilities:
32
- PromptPex uses an LLM to automatically determine whether model outputs meet the specified requirements.
33
- Automatically export the generated tests and rule-based evaluations to the OpenAI Evals API.
34
35
+## Running PromptPex
36
+
37
+The PromptPex tool runs dockerized with this command.
38
39
+```sh
40
+docker run -p 8003:8003 ghcr.io/microsoft/promptpex:v0
41
+```
42
43
## Responsible AI Transparency Note
44
45
Please reference [responsible-ai-transparency-note.md](./docs/src/content/docs/responsible-ai-transparency-note.md) for more information.
0 commit comments