You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Instructions/Labs/03-prompt-engineering.md
+74-74Lines changed: 74 additions & 74 deletions
Original file line number
Diff line number
Diff line change
@@ -89,51 +89,51 @@ Before using your app, examine how prompt engineering improves the model respons
89
89
**User:**
90
90
91
91
```code
92
-
New York Baseballers Wins Big Against Chicago
93
-
94
-
New York Baseballers mounted a big 5-0 shutout against the Chicago Cyclones last night, solidifying their win with a 3 run homerun late in the bottom of the 7th inning.
95
-
96
-
Pitcher Mario Rogers threw 96 pitches with only two hits for New York, marking his best performance this year.
97
-
98
-
The Chicago Cyclones' two hits came in the 2nd and the 5th innings, but were unable to get the runner home to score.
92
+
New York Baseballers Wins Big Against Chicago
93
+
94
+
New York Baseballers mounted a big 5-0 shutout against the Chicago Cyclones last night, solidifying their win with a 3 run homerun late in the bottom of the 7th inning.
95
+
96
+
Pitcher Mario Rogers threw 96 pitches with only two hits for New York, marking his best performance this year.
97
+
98
+
The Chicago Cyclones' two hits came in the 2nd and the 5th innings, but were unable to get the runner home to score.
99
99
```
100
100
101
101
**Assistant:**
102
102
103
103
```code
104
-
Sports
104
+
Sports
105
105
```
106
106
107
107
1. Add another example with the following text.
108
108
109
109
**User:**
110
110
111
111
```code
112
-
Joyous moments at the Oscars
112
+
Joyous moments at the Oscars
113
113
114
-
The Oscars this past week where quite something!
115
-
116
-
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.
117
-
These actors and actresses delivered some truly emotional performances, along with some great laughs, to get us through the winter.
118
-
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.
114
+
The Oscars this past week where quite something!
115
+
116
+
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.
117
+
These actors and actresses delivered some truly emotional performances, along with some great laughs, to get us through the winter.
118
+
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.
119
119
```
120
120
121
121
**Assistant:**
122
122
123
123
```code
124
-
Entertainment
124
+
Entertainment
125
125
```
126
126
127
127
1. Save those changed to the assistant setup, and send the same prompt about California drought, provided here again for convenience.
128
128
129
129
```code
130
-
Severe drought likely in California
130
+
Severe drought likely in California
131
131
132
-
Millions of California residents are bracing for less water and dry lawns as drought threatens to leave a large swath of the region with a growing water shortage.
133
-
134
-
In a remarkable indication of drought severity, officials in Southern California have declared a first-of-its-kind action limiting outdoor water use to one day a week for nearly 8 million residents.
135
-
136
-
Much remains to be determined about how daily life will change as people adjust to a drier normal. But officials are warning the situation is dire and could lead to even more severe limits later in the year.
132
+
Millions of California residents are bracing for less water and dry lawns as drought threatens to leave a large swath of the region with a growing water shortage.
133
+
134
+
In a remarkable indication of drought severity, officials in Southern California have declared a first-of-its-kind action limiting outdoor water use to one day a week for nearly 8 million residents.
135
+
136
+
Much remains to be determined about how daily life will change as people adjust to a drier normal. But officials are warning the situation is dire and could lead to even more severe limits later in the year.
137
137
```
138
138
139
139
1. This time the model should respond with an appropriate classification, even without instructions.
@@ -155,22 +155,22 @@ To show how to integrate with an Azure OpenAI model, we'll use a short command-l
155
155
5. Once the terminal starts, enter the following command to download the sample application and save it to a folder called `azure-openai`.
6. The files are downloaded to a folder named **azure-openai**. Navigate to the lab files for this exercise using the following command.
163
163
164
164
```bash
165
-
cd azure-openai/Labfiles/03-prompt-engineering
165
+
cd azure-openai/Labfiles/03-prompt-engineering
166
166
```
167
167
168
168
Applications for both C# and Python have been provided, as well as a text files that provide the prompts. Both apps feature the same functionality.
169
169
170
170
Open the built-in code editor, and you can observe the prompt files that you'll be using in `prompts`. Use the following command to open the lab files in the code editor.
171
171
172
172
```bash
173
-
code .
173
+
code .
174
174
```
175
175
176
176
## Configure your application
@@ -191,96 +191,96 @@ For this exercise, you'll complete some key parts of the application to enable u
0 commit comments