add prompting courses and rename folders to snake_case
This commit is contained in:
9
anthropic_api_fundamentals/README.md
Normal file
9
anthropic_api_fundamentals/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Anthropic API Fundamentals Course
|
||||
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)
|
||||
* [Working with the messages format](./02_messages_format.ipynb)
|
||||
* [Comparing capabilities and performance of the Claude model family](./03_models.ipynb)
|
||||
* [Understanding model parameters](./04_parameters.ipynb)
|
||||
* [Working with streaming responses](./05_Streaming.ipynb)
|
||||
* [Vision prompting](./06_vision.ipynb)
|
||||
Reference in New Issue
Block a user