We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ca581d commit 38c19ecCopy full SHA for 38c19ec
1 file changed
.env.local.example
@@ -2,8 +2,8 @@
2
# Copy this to .env.local and fill in values
3
4
# Required for running evals
5
-ANTHROPIC_API_KEY=sk-ant-...
+ANTHROPIC_API_KEY=your-anthropic-api-key
6
7
# WorkOS credentials (optional for evals - placeholders used if missing)
8
-WORKOS_API_KEY=sk_test_...
9
-WORKOS_CLIENT_ID=client_...
+WORKOS_API_KEY=your-workos-api-key
+WORKOS_CLIENT_ID=your-workos-client-id
0 commit comments