Skip to content

Commit

Permalink
fix prompt formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ivorb authored May 28, 2024
1 parent be90043 commit 014b97c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Instructions/Exercises/03-prompt-engineering.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Let's start by exploring some prompt engineering techniques in the Chat playgrou
3. In the **Setup** area, select the default system message template to set the context for the chat session. The default system message is *You are an AI assistant that helps people find information*.
4. In the **Chat session**, submit the following query:

```
```prompt
What kind of article is this?
---
Severe drought likely in California
Expand All @@ -86,7 +86,7 @@ Let's start by exploring some prompt engineering techniques in the Chat playgrou
**User:**
```
```prompt
What kind of article is this?
---
New York Baseballers Wins Big Against Chicago
Expand All @@ -100,15 +100,15 @@ Let's start by exploring some prompt engineering techniques in the Chat playgrou
**Assistant:**
```
```prompt
Sports
```
7. Add another example with the following text.
**User:**
```
```prompt
Categorize this article:
---
Joyous moments at the Oscars
Expand All @@ -123,15 +123,15 @@ Let's start by exploring some prompt engineering techniques in the Chat playgrou
**Assistant:**
```
```prompt
Entertainment
```
8. Use the **Apply changes** button at the top of the **Setup** section to update the system message.
9. In the **Chat session** section, resubmit the following prompt:
```
```prompt
What kind of article is this?
---
Severe drought likely in California
Expand All @@ -149,7 +149,7 @@ Let's start by exploring some prompt engineering techniques in the Chat playgrou
11. In the **Chat session** section, submit the following prompt:
```
```prompt
# 1. Create a list of animals
# 2. Create a list of whimsical names for those animals
# 3. Combine them randomly into a list of 25 animal and name pairs
Expand Down

0 comments on commit 014b97c

Please sign in to comment.