Skip to content

Commit d8c718b

Browse files
authored
Merge pull request #1101 from MarioBanovac/patch-2
Fix link to sandbox section in the lecture
2 parents dc6431f + f567def commit d8c718b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

04-prompt-engineering-fundamentals/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ For our assignment, we'll be using a Jupyter Notebook with exercises you can com
367367

368368
### Next, configure your environment variables
369369

370-
- Copy the `.env.copy` file in repo root to `.env` and fill in the `AZURE_OPENAI_API_KEY`, `AZURE_OPENAI_ENDPOINT` and `AZURE_OPENAI_DEPLOYMENT` values. Come back to [Learning Sandbox section](./04-prompt-engineering-fundamentals#learning-sandbox) to learn how.
370+
- Copy the `.env.copy` file in repo root to `.env` and fill in the `AZURE_OPENAI_API_KEY`, `AZURE_OPENAI_ENDPOINT` and `AZURE_OPENAI_DEPLOYMENT` values. Come back to [Learning Sandbox section](#learning-sandbox) to learn how.
371371

372372
### Next, open the Jupyter Notebook
373373

@@ -401,3 +401,4 @@ See if you can leverage the "cue" technique with the prompt: Complete the senten
401401
Want to learn more about different Prompt Engineering concepts? Go to the [continued learning page](https://aka.ms/genai-collection?WT.mc_id=academic-105485-koreyst) to find other great resources on this topic.
402402

403403
Head over to Lesson 5 where we will look at [advanced prompting techniques](../05-advanced-prompts/README.md?WT.mc_id=academic-105485-koreyst)!
404+

0 commit comments

Comments
 (0)