Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions guides/prompts-basic-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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)
[Next Section (Advanced Prompting Techniques)](./prompts-advanced-usage.md)
Loading