We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 941c226 commit 3affd1aCopy full SHA for 3affd1a
generative-ui/README.md
@@ -34,10 +34,10 @@ This simple demo app showcases how to generate UI dynamically based on a user in
34
export OPENAI_API_KEY=your-api-key
35
```
36
37
- Or create a `.env` file in the `resumer-extraction` folder containing:
+ Or create a `.env` file in the `generative-ui` folder containing:
38
39
```bash
40
- OPENAI_API_KEY=your-api-key
+ OPENAI_API_KEY=<your-api-key>
41
42
43
4. Run the demo
0 commit comments