Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
GraemeMalcolm committed Nov 2, 2023
2 parents bb33a8d + 8bf90bf commit f8c4a10
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions Instructions/Labs/02-natural-language-azure-openai.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ For this exercise, you'll complete some key parts of the application to enable u
**Python**
```bash
cd Python
pip install python-dotenv
pip install openai
cd Python
pip install python-dotenv
pip install openai==0.28.1
```
5. Navigate to your preferred language folder, select the code file, and add the necessary libraries.
Expand Down
24 changes: 12 additions & 12 deletions Instructions/Labs/03-prompt-engineering.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,20 +108,20 @@ Before using your app, examine how prompt engineering improves the model respons
**User:**
```code
Joyous moments at the Oscars
The Oscars this past week where quite something!
Though a certain scandal might have stolen the show, this year's Academy Awards were full of moments that filled us with joy and even moved us to tears.
These actors and actresses delivered some truly emotional performances, along with some great laughs, to get us through the winter.
From Robin Kline's history-making win to a full performance by none other than Casey Jensen herself, don't miss tomorrows rerun of all the festivities.
Joyous moments at the Oscars
The Oscars this past week where quite something!
Though a certain scandal might have stolen the show, this year's Academy Awards were full of moments that filled us with joy and even moved us to tears.
These actors and actresses delivered some truly emotional performances, along with some great laughs, to get us through the winter.
From Robin Kline's history-making win to a full performance by none other than Casey Jensen herself, don't miss tomorrows rerun of all the festivities.
```
**Assistant:**
```code
Entertainment
Entertainment
```
1. Save those changed to the assistant setup, and send the same prompt about California drought, provided here again for convenience.
Expand Down Expand Up @@ -208,9 +208,9 @@ For this exercise, you'll complete some key parts of the application to enable u
**Python**
```bash
cd Python
pip install python-dotenv
pip install openai
cd Python
pip install python-dotenv
ppip install openai==0.28.1
```
5. Navigate to your preferred language folder, select the code file, and add the necessary libraries.
Expand Down
6 changes: 3 additions & 3 deletions Instructions/Labs/04-code-generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ For this exercise, you'll complete some key parts of the application to enable u
**Python**
```bash
cd Python
pip install python-dotenv
pip install openai
cd Python
pip install python-dotenv
pip install openai==0.28.1
```
5. Select the code file in this folder for your language and add the necessary libraries.
Expand Down

0 comments on commit f8c4a10

Please sign in to comment.