From 4f350d8c485de6d3af81d6d4090126bb8f56e379 Mon Sep 17 00:00:00 2001 From: Shashank Date: Fri, 24 Mar 2023 20:13:44 +0200 Subject: [PATCH] Fixed typo Fixes typo. --- guides/prompts-basic-usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/prompts-basic-usage.md b/guides/prompts-basic-usage.md index 03dfea688..33ef09dae 100644 --- a/guides/prompts-basic-usage.md +++ b/guides/prompts-basic-usage.md @@ -141,7 +141,7 @@ Perfect! This time the model returned `neutral` which is the specific label I wa *Prompt:* ``` -Classify the text into nutral, negative or positive. +Classify the text into neutral, negative or positive. Text: I think the vacation is okay. Sentiment: @@ -301,4 +301,4 @@ In the upcoming guides, we will cover even more advanced prompt engineering conc [Previous Section (Prompts Introduction)](./prompts-intro.md) -[Next Section (Advanced Prompting Techniques)](./prompts-advanced-usage.md) \ No newline at end of file +[Next Section (Advanced Prompting Techniques)](./prompts-advanced-usage.md)