fix remaining casing issues
This commit is contained in:
10
README.md
10
README.md
@@ -1,8 +1,8 @@
|
|||||||
# Anthropic Courses
|
# Anthropic courses
|
||||||
|
|
||||||
Welcome to Anthropic's educational courses. This repository currently contains four courses. We suggest completing the courses in the following order:
|
Welcome to Anthropic's educational courses. This repository currently contains four courses. We suggest completing the courses in the following order:
|
||||||
|
|
||||||
1. [Anthropic API Fundamentals Course](./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.
|
1. [Anthropic API fundamentals course](./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
|
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
|
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.
|
4. [Tool use course](./tool_use/README.md) - teaches everything you need to know to implement tool use successfully in your workflows with Claude.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Anthropic API Fundamentals Course
|
# Anthropic API fundamentals course
|
||||||
A series of notebook tutorials that cover the essentials of working with Claude models and the Anthropic SDK including:
|
A series of notebook tutorials that cover the essentials of working with Claude models and the Anthropic SDK including:
|
||||||
|
|
||||||
* [Getting an API key and making simple requests](./01_getting_started.ipynb)
|
* [Getting an API key and making simple requests](./01_getting_started.ipynb)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Real World Prompting Course
|
# Real world prompting course
|
||||||
|
|
||||||
Welcome to Anthropic's comprehensive real world prompting tutorial. This course is designed for experienced developers who have already dipped their toes into the world of prompt engineering, particularly those who have completed our comprehensive **[Prompt Engineering Interactive Tutorial](../prompt_engineering_interactive_tutorial/README.md)**. If you haven't gone through that tutorial yet, we strongly recommend you do so before continuing, as it provides an in-depth exploration of various prompting techniques with hands-on exercises.
|
Welcome to Anthropic's comprehensive real world prompting tutorial. This course is designed for experienced developers who have already dipped their toes into the world of prompt engineering, particularly those who have completed our comprehensive **[Prompt engineering interactive tutorial](../prompt_engineering_interactive_tutorial/README.md)**. If you haven't gone through that tutorial yet, we strongly recommend you do so before continuing, as it provides an in-depth exploration of various prompting techniques with hands-on exercises.
|
||||||
|
|
||||||
Across five lessons, you will learn how to incorporate key prompting techniques into complex, real world prompts. We recommend that you start from the beginning with the [Prompting recap](./01_prompting_recap.ipynb) lesson, as each lesson builds on key concepts taught in previous ones.
|
Across five lessons, you will learn how to incorporate key prompting techniques into complex, real world prompts. We recommend that you start from the beginning with the [Prompting recap](./01_prompting_recap.ipynb) lesson, as each lesson builds on key concepts taught in previous ones.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user