From 2ac4fe8fd7ed119eb9cc3a482bb68166056fa549 Mon Sep 17 00:00:00 2001 From: Colt Steele MacBook Date: Wed, 4 Sep 2024 17:07:57 -0600 Subject: [PATCH] add vertex link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 342cda2..02aadd7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Welcome to Anthropic's educational courses. This repository currently contains f 1. [Anthropic API fundamentals](./anthropic_api_fundamentals/README.md) - teaches the essentials of working with the Claude SDK: getting an API key, working with model parameters, writing multimodal prompts, streaming responses, etc. 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](./real_world_prompting/README.md) - learn how to incorporate prompting techniques into complex, real world prompts.[Google Vertex version](https://github.com/anthropics/courses/tree/vertex/real_world_prompting) +3. [Real world prompting](./real_world_prompting/README.md) - learn how to incorporate prompting techniques into complex, real world prompts. A [Google Vertex version](https://github.com/anthropics/courses/tree/vertex/real_world_prompting) is also available. 4. [Prompt evaluations](./prompt_evaluations/README.md) - learn how to write production prompt evaluations to measure the quality of your prompts. 5. [Tool use](./tool_use/README.md) - teaches everything you need to know to implement tool use successfully in your workflows with Claude.