From 54dfe8c9673814f0283c8b44a6781a213a004296 Mon Sep 17 00:00:00 2001 From: Elvis Saravia Date: Wed, 8 Mar 2023 02:21:22 -0600 Subject: [PATCH] added notebookssections --- guides/prompts-adversarial.md | 1 + guides/prompts-applications.md | 2 +- guides/prompts-basic-usage.md | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/guides/prompts-adversarial.md b/guides/prompts-adversarial.md index eca9832..f40af73 100644 --- a/guides/prompts-adversarial.md +++ b/guides/prompts-adversarial.md @@ -15,6 +15,7 @@ Topics: - [Prompt Leaking](#prompt-leaking) - [Jailbreaking](#jailbreaking) - [Defense Tactics](#defense-tactics) +- [Python Notebooks](#python-notebooks) --- diff --git a/guides/prompts-applications.md b/guides/prompts-applications.md index 165e165..18e1ca3 100644 --- a/guides/prompts-applications.md +++ b/guides/prompts-applications.md @@ -6,7 +6,7 @@ In this guide we will cover some advanced and interesting ways we can use prompt Topics: - [Generating Data](#generating-data) - [Code as Reasoning](#pal-program-aided-language-models-code-as-reasoning) -- ... +- [Python Notebooks](#python-notebooks) --- diff --git a/guides/prompts-basic-usage.md b/guides/prompts-basic-usage.md index 6de9f27..ad4999d 100644 --- a/guides/prompts-basic-usage.md +++ b/guides/prompts-basic-usage.md @@ -14,6 +14,7 @@ Topics: - [Conversation](#conversation) - [Code Generation](#code-generation) - [Reasoning](#reasoning) +- [Python Notebooks](#python-notebooks) --- @@ -294,7 +295,7 @@ In the upcoming guides, we will cover even more advanced prompt engineering conc |Description|Notebook| |--|--| -|Learn how to perform many different types of tasks using the `openai` and `LangChain` library|[Getting Started with Prompt Engineering](../notebooks/pe-lecture.ipynb)| +|Learn how to perform many different types of common tasks using the `openai` and `LangChain` library|[Getting Started with Prompt Engineering](../notebooks/pe-lecture.ipynb)| ---