Skip to content

Commit 941c226

Browse files
authored
Update README.md
1 parent 4b873a0 commit 941c226

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conversational-assistant/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ It also showcases how to do generative UI, using Structured Outputs to reliably
3838
export OPENAI_API_KEY=your-api-key
3939
```
4040

41-
Or create a `.env` file in the `resumer-extraction` folder containing:
41+
Or create a `.env` file in the `conversational-assistant` folder containing:
4242

4343
```bash
44-
OPENAI_API_KEY=your-api-key
44+
OPENAI_API_KEY=<your-api-key>
4545
```
4646

4747
4. Run the demo

0 commit comments

Comments
 (0)