Merge pull request #52 from andrewgazelka/patch-1

Add link to "previous guides"
pull/54/head
Elvis Saravia 2023-03-16 06:47:55 -06:00 committed by GitHub
commit 687420ec69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ You can use the research preview of ChatGPT [here](https://chat.openai.com) but
--- ---
## Reviewing The Conversation Task ## 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. 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.