From d833bf4e8ceb53706db4a602eeb794f136631275 Mon Sep 17 00:00:00 2001 From: Andrew Gazelka Date: Thu, 16 Mar 2023 01:40:22 -0700 Subject: [PATCH] Add link to "previous guides" --- guides/prompts-chatgpt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/prompts-chatgpt.md b/guides/prompts-chatgpt.md index 1b9354a..58f497b 100644 --- a/guides/prompts-chatgpt.md +++ b/guides/prompts-chatgpt.md @@ -22,7 +22,7 @@ You can use the research preview of ChatGPT [here](https://chat.openai.com) but --- ## Reviewing The Conversation Task -In one of the previous guides, we covered a bit about conversation capabilities and role prompting. We covered how to instruct the LLM to have a conversation in a specific style, with a specific intent, behavior, and identity. +In one of the [previous guides](https://github.com/dair-ai/Prompt-Engineering-Guide/blob/main/guides/prompts-basic-usage.md#conversation), we covered a bit about conversation capabilities and role prompting. We covered how to instruct the LLM to have a conversation in a specific style, with a specific intent, behavior, and identity. Let's review our previous basic example where we created a conversational system that's able to generate more technical and scientific responses to questions.