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.
2 parents ea61d3b + f17c1c6 commit 7a0f081Copy full SHA for 7a0f081
README.md
@@ -20,8 +20,8 @@ The repo contains three applications that work together:
20
1. **Clone the repository**
21
22
```bash
23
- git clone https://github.com/openai/testing-agent-demo
24
- cd testing-agent-demo
+ git clone https://github.com/openai/openai-testing-agent-demo
+ cd openai-testing-agent-demo
25
```
26
27
2. **Prepare environment files**
sample-test-app/.env.example
@@ -0,0 +1,2 @@
1
+ADMIN_USERNAME=test_user_name
2
+ADMIN_PASSWORD=test_password
0 commit comments