From cc33a6f9abd12b8d7aa5d2a10463b8269bd29f56 Mon Sep 17 00:00:00 2001 From: Elie Schoppik Date: Tue, 27 Aug 2024 08:06:25 -0400 Subject: [PATCH] Update README to include Vertex branch --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6450872..ccb17a5 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,5 @@ Welcome to Anthropic's educational courses. This repository currently contains f 2. [Prompt engineering interactive tutorial](./prompt_engineering_interactive_tutorial/README.md) - a comprehensive step-by-step guide to key prompting techniques 3. [Real world prompting course](./real_world_prompting/README.md) - learn how to incorporate prompting techniques into complex, real world prompts 4. [Tool use course](./tool_use/README.md) - teaches everything you need to know to implement tool use successfully in your workflows with Claude. + +[Real world prompting with Google Vertex](https://github.com/anthropics/courses/tree/vertex/real_world_prompting) - learn how to incorporate prompting techniques into complex, real world prompts with Google Vertex